@charset "UTF-8";
.page {
  background-color: #fff;
}

.article-item__img-wrapper {
  /* height: 0; */
  padding-bottom: 66.7%;
  overflow: hidden;
  position: relative;
}
.article-item__img-wrapper > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.article-item__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-item__title {
  font-size: 14px;
}

.ProductBanner {
  position: relative;
  background-color: #FFFFFF !important;
  /*background-image: url("../images/gbos/project/banner1.jpg");*/
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: left top !important;
  background-size: cover !important;
  z-index: 1;
  height: 47vh;
  width: 100%;
}
@media (max-width: 768px) {
  .ProductBanner {
    height: 248px;
  }
  .ProductBanner .desc {
    font-size: 15px;
  }
}
.ProductBanner h1 {
  color: #fff;
  position: absolute;
  top: 40%;
}
.ProductBanner h1::after {
  content: "";
  border-bottom: #D80012 2px solid;
  position: absolute;
  width: 85px;
  top: 111%;
  left: 0;
}
.ProductBanner .desc {
  position: absolute;
  color: #FFFFFF;
  top: 58%;
  font-size: 16px;
  margin-top: 20px;
  max-width: calc(100% - 30px);
}

.ProductBanner .anchor {
  position: absolute;
  left: 0%;
  right: 0%;
  margin: auto;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ProductBanner .anchor .anchor-desc {
  background-color: rgba(0, 0, 0, 0.8);
  width: 150px;
  height: 40px;
  cursor: pointer;
  padding: 10px;
  position: relative;
}
.ProductBanner .anchor .anchor-desc a {
  width: 100%;
  height: 100%;
}
.ProductBanner .anchor .anchor-desc a .anchor-font {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.ProductBanner .anchor .anchor-desc a .active {
  color: #D80012;
}
.ProductBanner .anchor .anchor-desc a .active:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 75px;
  height: 3px;
  background-color: #D80012;
}
.ProductBanner .anchor .anchor-desc .line {
  height: 2px;
  width: 100px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0%;
}
.ProductBanner .anchor .active .anchor-font {
  color: #D80012 !important;
}
.ProductBanner .anchor .active .line {
  height: 2px;
  width: 100px;
  background-color: #D80012;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0%;
}

.ProductBanner .anchor .anchor-desc .anchor-font {
  border-left: 1px solid #FFFFFF;
}


.accordion-list01 .list-search {
  color: #000000;
  padding: 8px;
  background-color: #F3F3F3;
  margin: 10px 0 0 0;
  position: relative;
  border-radius: 3px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.accordion-list01 .list-search input {
  padding: 8px 45px 8px 8px;
  height: 40px;
  border: 1px solid #ccc;
}
.accordion-list01 .list-search input::-webkit-input-placeholder {
  color: #808080;
}
.accordion-list01 .list-search .top-input-btn {
  position: absolute;
  top: 37% !important;
  right: -5% !important;
  z-index: 1;
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
}
.accordion-list01 .list-search .top-input-btn .fa-search {
  color: #000000;
}
.accordion-list01 .list-search .top-input-btn .fa-search:before {
  content: "\f002";
  color: #000000 !important;
}

.header .nav-wrap .top-input a input {
  width: 320.22px;
  color: #808080;
  position: relative;
  padding-right: 60px;
}

.accordion-list01 dt,
.accordion-list01 a,
.accordion-list01 a:link,
.accordion-list01 a:visited,
.accordion-list01 a:hover {
  cursor: pointer;
  position: relative;
  display: block;
  height: 45px;
  line-height: 45px;
  color: #000;
  border-top: 1px solid #e3e3e3;
  font-size: 1em;
  z-index: 1;
  background-color: #F3F3F3;
}

.accordion-list01 .list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F3F3F3;
  border-top: 1px solid #e3e3e3;
  color: #fff;
  padding: 20px 8px;
  border-radius: 0 0 3px 3px;
}
.accordion-list01 .list-btn button {
  border: none;
  background-color: transparent;
  outline: none;
  width: 100%;
  height: 35px;
  background-color: #333;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.accordion-list01 .list-btn button:hover {
  color: #fff;
}

.accordion-list01 dt {
  height: auto;
  line-height: 1.5;
  padding: 14px 20px;
}

.accordion-list01 select {
  border-radius: 0px;
}

.accordion-list01 > li:first-child dt {
  border: none;
  border-radius: 3px 3px 0 0;
}

.accordion-list01 .first-Child:before {
  display: none;
}

.accordion-list01 dt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translateY(-5px) rotate(45deg);
  -moz-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.accordion-list01 dt.accordion-open:before {
  -webkit-transform: translateY(-2px) rotate(225deg);
  -moz-transform: translateY(-2px) rotate(225deg);
  transform: translateY(-2px) rotate(225deg);
}

.accordion-list01 dd {
  overflow: hidden;
  height: 0;
  padding-left: 40px;
  background: #F3F3F3;
}

.accordion-list01 dt[class*=accordion] + dd {
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.product-card {
  background: no-repeat url("../images/gbos/banner/card-hei.jpg");
  display: none;
  height: 460px;
  border: 5px solid rgb(255, 255, 255);
  position: relative;
  padding: 0 !important;
}
@media (min-width: 1200px) {
  .product-card {
    width: 160px;
  }
}
.product-card .img-box {
  opacity: 0;
}
.product-card .img-box img {
  width: 100%;
  height: 150px;
}
.product-card .icon {
  position: absolute;
  top: 10%;
  right: 10%;
}
@media (max-width: 768px) {
  .product-card .icon {
    position: absolute;
    top: 26%;
    right: 40%;
    transform: scale(2.5);
  }
}
.product-card .desc1 {
  z-index: 1;
  position: absolute;
  left: 10%;
  bottom: 10%;
}
.product-card .desc1 .desc-tille {
  color: #F3F3F3;
  font-size: 24px;
  margin-bottom: 20px;
}
.product-card .desc1 .desc-p {
  color: rgba(255, 255, 255, 0.8);
}
.product-card .desc1 .desc-p ul li {
  display: flex;
  align-items: center;
}
.product-card .desc1 .desc-p ul li::before {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background: url("../images/gbos/project/iconfont.svg") no-repeat;
}

.product-card:hover {
  background: #ac141b !important;
}

.product-card:hover .icon {
  display: none;
}

.product-card:hover .img-box {
  opacity: 1;
  width: 200px;
  height: 170px;
  margin: 75px;
}

.product-thought {
  margin-top: 64px;
}

.shiyeImg {
  margin-top: 64px;
}

.product_back {
  background-size: cover;
}

.product-main .container .product-top {
  margin-top: 10px;
}
.product-main .container .product-top .active {
  color: #000;
}
.product-main .container .product_category {
  margin-top: 50px;
}
.product-main .container .product_category .row .product_cards #select {
  width: 140px;
  font-size: 18px;
  padding: 0;
}

@media (max-width: 768px) {
  .product-card:hover .img-box {
    opacity: 1;
    width: 200px;
    height: 170px;
    margin: 75px auto;
    transform: scale(1.5);
  }
}
.list_img .row {
  position: relative;
}
.list_img .row .list_ul {
  background-color: #F3F3F3;
  padding: 45px;
  margin-top: 70px;
}
.list_img .row .list_ul .active {
  color: #D80012;
}
.list_img .row .list_ul li {
  cursor: pointer;
}
.list_img .row .list_ul .li_title {
  color: #000;
  display: flex;
  align-items: center;
  height: 100px;
  font-size: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 800;
  width: 70%;
}
.list_img .row .list_ul .active {
  color: #D80012;
}
.list_img .row .list_img_box {
  position: absolute;
  left: 40%;
  height: 790px;
  background-color: #333333;
  padding: 0;
}
.list_img .row .list_img_box .list_img_back {
  padding: 0 20px 20px 0;
  display: none;
  object-fit: cover;
  max-width: 790px;
  max-height: 700px;
}
.list_img .row .list_img_box .list_img_back img {
  width: 100%;
  height: 100%;
}
.list_img .row .list_img_box .list_desc {
  margin: 0px 0 0 50px;
  display: none;
}
.list_img .row .list_img_box .list_desc p {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .list_img .row .list_img_box {
    position: static;
    left: 0;
    background-color: #333333;
    padding: 15px;
    width: 100%;
    height: 100%;
    display: none;
  }
  .list_img .row .list_img_box .list_img_back {
    padding: 0;
    margin: 20px 0;
    width: 100%;
    height: 100%;
  }
  .list_img .row .list_ul {
    display: none !important;
  }
}

#select1 {
  display: none;
}

@media (max-width: 768px) {
  .list_img .row .list_img_box .list_desc {
    margin: 20px;
  }
  #select1 {
    display: block;
  }
}
.gallery-thumbs-box {
  box-shadow: 1px 1px 20px #cacaca;
  position: relative;
  padding: 0 50px;
}

.gallery-top {
  margin-top: 40px;
}
.gallery-top .swiper-wrapper .swiper-slide {
  position: relative;
}
.gallery-top .swiper-wrapper .swiper-slide .gallery-desc {
  padding: 60px 0px 0px 50px;
  height: 350px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 25%;
  right: 200px;
  background-color: #fff;
}
.gallery-top .swiper-wrapper .swiper-slide .gallery-desc .title {
  display: flex;
  margin-bottom: 20px;
}
.gallery-top .swiper-wrapper .swiper-slide .gallery-desc .title h2 {
  margin-right: 15px;
}
.gallery-top .swiper-wrapper .swiper-slide .gallery-desc ul li {
  font-size: 16px;
  color: #000;
  padding: 5px 0;
}
.gallery-top .swiper-wrapper .swiper-slide .gallery-desc .more {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #fe1c24;
  width: 110px;
  height: 44px;
  border-radius: 4px;
}
@media (max-width: 932px) {
  .gallery-top .swiper-wrapper .swiper-slide .gallery-desc {
    position: static !important;
    box-shadow: 0px 0px 0px #fff;
  }
}

.gallery-thumbs .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.gallery-thumbs .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  padding: 30px 0px 0px 0px;
}
.gallery-thumbs .swiper-wrapper .swiper-slide .img-box::after {
  content: "";
  display: block;
  width: 80%;
  margin: 0px auto;
  margin-top: 30px;
}
.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .img-box {
  padding: 30px 0px 0px 0px;
}
.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .img-box::after {
  content: "";
  display: block;
  width: 80%;
  margin: 0px auto;
  margin-top: 30px;
  border-bottom: 4px solid #D80012;
}

.gallery-thumbs-next::after, .gallery-thumbs-prev::after {
  color: #b3b3b3;
}

.Details-model-3-box {
  background-color: #FCF7F7;
  margin: 10px 0;
  padding: 15px;
}
.Details-model-3-box .Details-model-3-left img {
  margin-top: 15px;
}
.Details-model-3-box .Details-model-3-right {
  overflow: hidden;
  height: 220px;
  text-overflow: ellipsis;
  padding: 15px 45px 0 15px;
}
.Details-model-3-box .Details-model-3-right .desc {
  margin-top: 12px;
  font-size: 14px;
  color: #949494;
}
.Details-model-3-box .Details-model-3-right .add-font:before {
  content: "\f067";
  font-size: 24px;
  font-family: FontAwesome;
  color: #DC0012;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Details-model-3-box .Details-model-3-right .add-font {
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-color: #fff;
  position: absolute;
  bottom: 0%;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Details-model-3-more {
  background-color: #DC0012;
  display: block;
  width: 100%;
  color: #ffffff;
  cursor: pointer;
}

.Award {
  position: relative;
}
.Award .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 15px;
  height: 5px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  background: #D80012;
  border-radius: 4px;
  opacity: 0.2;
}
.Award .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
}

.Awards .swiper-wrapper {
  padding: 0 0 100px 0 !important;
}
.Awards .swiper-wrapper .swiper-slide .row .Awards-img-box {
  display: flex;
  margin: 15px 0;
}
.Awards .swiper-wrapper .swiper-slide .row .Awards-img-box .Awards-img {
  max-width: 270px;
  width: 60%;
  height: 228px;
  background-color: #faf5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.Awards .swiper-wrapper .swiper-slide .row .Awards-img-box .Awards-img img {
  width: 90%;
  max-height: 90%;
  display: block;
  object-fit: contain;
}
.Awards .swiper-wrapper .swiper-slide .row .Awards-img-box .Awards-desc {
  padding: 15px;
  width: 400px;
  height: 100%;
  background-color: #fff;
}
.Awards .swiper-wrapper .swiper-slide .row .Awards-img-box .Awards-desc .title {
  color: #DE0012;
  font-size: 22px;
  margin: 15px;
  font-weight: 600;
  line-height: 35px;
}
@media (max-width: 992px) {
  .Awards .swiper-wrapper .swiper-slide .row .Awards-img-box .Awards-desc .title {
    font-size: 24px;
  }
}
.Awards .swiper-wrapper .swiper-slide .row .Awards-img-box .Awards-desc .desc {
  margin: 15px;
}

.Awards-top {
  width: 500px;
  height: 100px;
}
.Awards-top .swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
}
.Awards-top .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px !important;
}
.Awards-top .swiper-wrapper .swiper-slide div {
  color: #D80012;
  font-size: 24px;
  width: 100px;
  height: 48px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}
.Awards-top .swiper-wrapper .swiper-slide-thumb-active div {
  color: #fff !important;
  font-size: 24px;
  background-color: #484443;
}

@media (max-width: 768px) {
  .Awards-img {
    width: 100% !important;
    height: 228px;
    flex: auto !important;
  }
}
.ShowOff-box-row {
  visibility: hidden;
}

.ShowOff-box {
  position: relative;
}
@media (max-width: 992px) {
  .ShowOff-box .ShowOff-Swiper-top {
    padding: 0 15px;
  }
}
.ShowOff-box .ShowOff-Swiper-top .swiper-wrapper .swiper-slide .left-box {
  height: 100%;
}
.ShowOff-box .ShowOff-Swiper-top .swiper-wrapper .swiper-slide .left-box img {
  height: 100%;
}
.ShowOff-box .ShowOff-Swiper-bottom {
  height: 150px;
  box-sizing: border-box;
  padding: 20px 0;
  margin-top: 50px;
}
.ShowOff-box .ShowOff-Swiper-bottom .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.ShowOff-box .ShowOff-Swiper-bottom .swiper-wrapper .swiper-slide {
  height: 100%;
  opacity: 0.4;
  background-size: cover;
  background-position: center;
}
.ShowOff-box .ShowOff-Swiper-bottom .swiper-wrapper .swiper-slide-thumb-active {
  opacity: 1;
}
@media (min-width: 992px) {
  .ShowOff-box .right-box-dese {
    padding: 0 !important;
  }
  .ShowOff-box .left-box {
    padding: 0 !important;
  }
  .ShowOff-box .ShowOff-box-row {
    padding: 0 15px;
  }
}
.ShowOff-box .right-box-dese .right-box {
  background: #302E2F;
  height: 100%;
  color: #FFFFFF;
  padding: 45px 45px 45px 45px;
}
.ShowOff-box .right-box-dese .right-box .top-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.ShowOff-box .right-box-dese .right-box .top-title .line {
  height: 2px;
  width: 50px;
  background-color: #D80012;
  margin-top: 20px;
}
.ShowOff-box .right-box-dese .right-box .page-desc {
  margin-top: 210px;
  font-size: 28px;
  display: flex;
  align-content: center;
}
@media (max-width: 986px) {
  .ShowOff-box .right-box-dese .right-box .swiper-button-prev {
    position: absolute !important;
    top: 80% !important;
    left: 73% !important;
  }
  .ShowOff-box .right-box-dese .right-box .swiper-button-next {
    position: absolute;
    top: 80% !important;
  }
}
@media (max-width: 414px) {
  .ShowOff-box .right-box-dese .right-box .swiper-button-prev {
    position: absolute !important;
    top: 90% !important;
    left: 68% !important;
  }
  .ShowOff-box .right-box-dese .right-box .swiper-button-next {
    position: absolute;
    top: 90% !important;
  }
}
.ShowOff-box .right-box-dese .right-box .swiper-button-next {
  position: absolute;
  top: 88%;
  left: 81%;
  background: #F2F2F2;
  width: 44px;
  border-radius: 3px;
}
.ShowOff-box .right-box-dese .right-box .swiper-button-next:hover, .ShowOff-box .right-box-dese .right-box .swiper-button-prev:hover {
  background-color: #de0012;
  color: #FFFFFF;
}
.ShowOff-box .right-box-dese .right-box .swiper-button-prev {
  position: absolute;
  top: 88%;
  left: 70%;
  background: #F2F2F2;
  width: 44px;
  border-radius: 3px;
}
.ShowOff-box .right-box-dese .swiper-button-next:after, .ShowOff-box .right-box-dese .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 900;
}

@media (min-width: 2000px) {
  #gobosLoop .owl-drag {
    width: 900px;
  }
}
#gobosLoop .carousel-wrapper {
  position: relative;
  overflow: hidden;
}

#gobosLoop .carousel-controls {
  position: relative !important;
  float: right;
  height: 85px !important;
}

#gobosLoop .carousel-btn.carousel-btn-prev {
  background-position: 0 -200px;
}

#gobosLoop .row {
  margin-right: -15px;
  margin-left: -15px;
}

.carousel-modelli {
  display: flex;
}

#gobosLoop .table-head {
  text-transform: uppercase;
  color: #ff6319;
  font-size: 15px;
}

#gobosLoop ul,
#gobosLoop ol {
  list-style-type: none;
  /*padding: 0;*/
  /*margin: 0;*/
}

#gobosLoop .owl-item:hover {
  background-color: #f0f0f0;
}

#gobosLoop .table-immagine {
  height: 150px;
}
#gobosLoop .table-immagine a {
  width: 100%;
  height: 100%;
}
#gobosLoop .table-immagine a > img {
  max-height: 100%;
}

#gobosLoop .table-modello {
  height: 54px;
}

#gobosLoop .table-descrizione {
  height: 150px;
  padding-top: 45px;
  line-height: 18px !important;
}

#gobosLoop .table-settori {
  height: 120px !important;
  line-height: 18px !important;
}

#gobosLoop .table-head li:not(:first-child) {
  border-bottom: 1px solid #dcdcdc !important;
}

#gobosLoop .table-row {
  height: 73px;
  line-height: 20px;
}

obosLoop .table-row {
  height: 73px;
  line-height: 20px;
}

#gobosLoop .table-row {
  height: 73px;
  line-height: 20px;
}

#gobosLoop .config-removable,
#gobosLoop .config-removable-head,
#gobosLoop .model-removable,
#gobosLoop .model-removable-head {
  display: none;
}

#gobosLoop .table-row {
  height: 73px;
  line-height: 20px;
}

#gobosLoop .config-removable,
#gobosLoop .config-removable-head,
#gobosLoop .model-removable,
#gobosLoop .model-removable-head {
  display: none;
}

#gobosLoop .table-row {
  height: 73px;
  line-height: 20px;
}

#gobosLoop .config-removable,
#gobosLoop .config-removable-head,
#gobosLoop .model-removable,
#gobosLoop .model-removable-head {
  display: none;
}

#gobosLoop .table-row {
  height: 73px;
  line-height: 20px;
}

#gobosLoop .table-row {
  height: 72px;
  line-height: 20px;
}

#gobosLoop .carousel-modelli .owl-carousel {
  width: 75% !important;
}

#gobosLoop .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

#gobosLoop .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

#gobosLoop .autoHeight {
  height: auto !important;
}

#gobosLoop .owl-carousel .owl-item {
  float: left;
  /*clear: both;*/
}

#gobosLoop .table-content {
  margin-right: 10px;
  display: inline-block;
}

#gobosLoop .table-content {
  margin-left: 10px;
  display: inline-block;
  width: 100%;
}
#gobosLoop .table-content:hover {
  background-color: #f0f0f0;
}
#gobosLoop .table-content:hover .table-title-prd {
  background-color: #d10012;
}
#gobosLoop .table-content:hover .table-title-prd strong {
  color: #fff !important;
}
#gobosLoop .table-content:hover .table-settori img {
  background-color: #d10012;
}

#gobosLoop .table-immagine {
  height: 150px;
  padding: 15px;
}

#gobosLoop .table-head li,
#gobosLoop .table-content li {
  padding: 10px 0;
  text-align: center;
}

#gobosLoop .carousel-wrapper a:link {
  -webkit-tap-highlight-color: #fcd700;
}

#gobosLoop .carousel-wrapper a {
  color: #ff6319 !important;
}

#gobosLoop .table-content li:not(:first-child) {
  border-bottom: 1px solid #dcdcdc !important;
  font-size: 12px;
}

#gobosLoop .table-content li:not(:first-child) {
  line-height: 30px;
}

@media (min-width: 1200px) {
  #gobosLoop .carousel-btn.carousel-btn-prev {
    background-position: 0 -200px;
  }
}
#gobosLoop .carousel-btn.carousel-btn-prev {
  background-position: -3px -202px;
}

@media (min-width: 1200px) {
  #gobosLoop .carousel-btn {
    width: 56px;
    height: 30px;
  }
}
#gobosLoop .carousel-btn {
  display: block;
  float: left;
  width: 51px;
  height: 37px;
  background-color: #fafafa;
  background-image: url(https://www.atom.it/wp-content/themes/atom_it/images/sprites/sprite.png);
  background-repeat: no-repeat;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.4s;
  -moz-transition: background-color 0.3s, color 0.4s;
  -o-transition: background-color 0.3s, color 0.4s;
  -ms-transition: background-color 0.3s, color 0.4s;
  transition: background-color 0.3s, color 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 1200px) {
  #gobosLoop .carousel-btn.carousel-btn-next {
    background-position: -54px -200px;
  }
}
#gobosLoop .carousel-btn.carousel-btn-next {
  background-position: -57px -202px;
}

@media (min-width: 1200px) {
  #gobosLoop .carousel-btn {
    width: 56px;
    height: 41px;
  }
}
#gobosLoop .carousel-btn {
  display: block;
  float: left;
  width: 51px;
  height: 37px;
  background-color: #fafafa;
  background-image: url(https://www.atom.it/wp-content/themes/atom_it/images/sprites/sprite.png);
  background-repeat: no-repeat;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.4s;
  -moz-transition: background-color 0.3s, color 0.4s;
  -o-transition: background-color 0.3s, color 0.4s;
  -ms-transition: background-color 0.3s, color 0.4s;
  transition: background-color 0.3s, color 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 992px) {
  #gobosLoop .col-md-3 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  #gobosLoop .col-sm-3 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  #gobosLoop .col-xs-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  #gobosLoop .col-sm-3 {
    float: left;
  }
}
@media (min-width: 992px) {
  #gobosLoop .col-md-9 {
    width: 75%;
  }
}
@media (min-width: 992px) {
  #gobosLoop .col-md-9 {
    float: left;
  }
}
@media (min-width: 768px) {
  #gobosLoop .col-sm-9 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  #gobosLoop .col-sm-9 {
    float: left;
  }
}
#gobosLoop .col-xs-8 {
  width: 66.66666667%;
}

#gobosLoop .text-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

#gobosLoop .table-head li {
  display: flex;
  justify-content: center;
  align-items: center;
}

#gobosLoop .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

#gobosLoop .table-head li,
#gobosLoop .table-content li {
  padding: 11px 0;
  text-align: center;
}

#gobosLoop .carousel-btn1 {
  display: block;
  float: left;
  width: 41px;
  height: 41px;
  border-radius: 3px;
}

#gobosLoop .carousel-btn1 {
  background-color: #f2f2f2;
}

#gobosLoop .table-head {
  text-transform: uppercase;
  color: #333;
  font-size: 15px;
}

#gobosLoop .carousel-wrapper a {
  color: #333 !important;
}

#gobosLoop .table-head {
  text-transform: capitalize;
  color: #333;
  font-size: 15px;
}

#gobosLoop .carousel-btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#gobosLoop .next {
  margin-left: 3px;
}

#gobosLoop .prev {
  margin-right: 3px;
}

#gobosLoop .next:hover svg {
  fill: #FFFFFF;
}

#gobosLoop .prev:hover svg {
  fill: #FFFFFF;
}

#gobosLoop .prev svg {
  transform: rotate(180deg);
  fill: #333333;
}

#gobosLoop .next svg {
  fill: #333333;
}

#gobosLoop .carousel-btn1:hover {
  background-color: #de0012;
  border-color: #de0012;
}

#gobosLoop .table-content li {
  font-size: 13.5px !important;
}

#gobosLoop .open-config {
  display: flex;
  justify-content: center;
  align-items: center;
}

#gobosLoop .table-head li {
  display: flex;
}

#gobosLoop .table-title-prd {
  display: flex;
  justify-content: center;
}

#gobosLoop .carousel-modelli .owl-carousel {
  width: 78% !important;
}

#gobosLoop .table-head li,
#gobosLoop .table-content li {
  padding: 11px 0;
  text-align: center !important;
}

#gobosLoop .table-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

#gobosLoop .table-content li {
  font-size: 15px !important;
  word-break: break-all;
}

#gobosLoop .table-row strong {
  text-align: center !important;
  color: #333;
}

#gobosLoop .table-descrizione strong {
  text-align: center !important;
}

#gobosLoop .table-title-prd strong {
  text-align: center !important;
}

#gobosLoop .text-align-center {
  font-size: 22px;
}

@media (max-width: 685px) {
  .swiper-modelli {
    display: flex;
    flex-flow: nowrap;
  }
}
.table-settori {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
.table-settori img {
  width: 30px;
  height: 30px;
  margin-left: 3px;
  margin-bottom: 6px;
  background-color: #999;
  cursor: pointer;
}

.product-download {
  display: flex;
  flex-wrap: wrap;
}
.product-download .product-download-box {
  margin-bottom: 20px;
}
.product-download .product-download-box .product-download-span .product-download-a {
  color: #333;
  font-weight: bold;
  font-size: 20px;
  overflow: hidden;
  display: flex;
  padding-left: 110px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 90px;
  background-color: #F7F1F1;
}
.product-download .product-download-box .product-download-span .product-download-a:hover {
  color: #DE0012;
}
.product-download .product-download-box .product-download-span .product-download-a::before {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #DE0012;
  background-image: url(../images/icon-pdf.svg);
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: center;
}
.product-download .product-download-box .product-download-span .product-download-a::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  display: block;
  background: url(../images/icon-download.svg) center/contain no-repeat;
  right: 20px;
  top: 50%;
  margin-top: -14px;
}

@media (max-width: 768px) {
  .product-download-a {
    font-size: 16px !important;
  }
  .product-download-a p {
    width: 80%;
    overflow: hidden;
  }
}
.swiper-top {
  position: relative;
}
.swiper-top .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-top .swiper-wrapper .swiper-slide .img-box h1 {
  margin: 20px 0;
}
.swiper-top .swiper-wrapper .swiper-slide .img-box h1 a {
  color: #000;
}
.swiper-top .swiper-wrapper .swiper-slide .img-box img {
  width: 100%;
}
.swiper-top .swiper-wrapper .swiper-slide .desc {
  position: absolute;
  bottom: 0;
}
.swiper-top .swiper-wrapper .swiper-slide .desc .center {
  display: flex;
  justify-content: center;
}
.swiper-top .swiper-pagination {
  position: absolute;
}
.swiper-top .swiper-pagination .swiper-pagination-bullet {
  width: 34px;
  height: 6px;
  display: inline-block;
  border-radius: 0px;
  background: #D80012;
}

.swiper-buttom-desc {
  margin-top: 20px;
}
.swiper-buttom-desc .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-buttom-desc .swiper-wrapper .swiper-slide .desc .center {
  display: flex;
  justify-content: center;
}

.card2box .card2-dis {
  display: none;
}
.card2box .card2-dis-box {
  background-color: #fff;
  position: relative;
}
.card2box .card2-dis-box .card2 {
  margin: 10px 0;
  padding: 15px;
}
.card2box .card2-dis-box .card2 .Details-model-3-left img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.card2box .card2-dis-box .card2 .Details-model-3-right {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 45px 0 15px;
}
.card2box .card2-dis-box .card2 .Details-model-3-right h3 {
  font-size: 20px;
}
.card2box .card2-dis-box .card2 .Details-model-3-right .desc {
  margin-top: 30px;
  font-size: 14px;
  color: #949494;
  max-height: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card2box .card2-dis-box .card2 .add-font {
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-color: #f3f3f3;
  position: absolute;
  bottom: 0%;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card3box .card3 {
  background-color: #f4f5f7;
  margin: 10px 0;
  padding: 15px;
}
.card3box .card3 .Details-model-3-left img {
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 180px;
}
.card3box .card3 .Details-model-3-right {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 45px 0 15px;
}
.card3box .card3 .Details-model-3-right h3 {
  font-size: 20px;
}
.card3box .card3 .Details-model-3-right .desc {
  margin-top: 30px;
  font-size: 14px;
  color: #949494;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.card3box .card3 .Details-model-3-right .card3-add-font {
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-color: #f3f3f3;
  position: absolute;
  bottom: 0%;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card4 {
  margin: 10px 0;
  position: relative;
}
.card4 .card4Box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card4 .card4Box img {
  width: 100%;
  height: 100%;
}
.card4 .card4Box .desc {
  position: absolute;
  display: flex;
  bottom: 20px;
  left: 40px;
  right: 40px;
  background: rgba(255, 255, 255, 0.95);
  min-height: 70px;
}
.card4 .card4Box .desc .icon {
  background: #e02127;
}
.card4 .card4Box .desc .desc-left {
  padding: 10px;
}
.card4 .card4Box .desc .desc-left .desc-left-top {
  margin-bottom: 10px;
}
.card4 .card4Box .desc .desc-left .desc-left-top a {
  color: #000;
  font-size: 16px;
}
.card4 .card4Box .desc a {
  color: #DE0012;
}

.card7-dis {
  display: none;
}

.card8-dis {
  display: none;
}

#select1 .gallery-thumbs-box {
  box-shadow: 1px 1px 20px #cacaca;
  position: relative;
  padding: 0 50px;
}
#select1 .gallery-top {
  margin-top: 20px;
  background-color: #333;
  padding-top: 40px;
}
#select1 .gallery-top .swiper-wrapper .swiper-slide {
  position: relative;
}
#select1 .gallery-top .swiper-wrapper .swiper-slide .gallery-box .gallery-desc {
  padding: 30px 15px 30px 15px;
  height: 100%;
  box-shadow: none;
  position: absolute;
  top: 25%;
  right: 200px;
  color: rgba(255, 255, 255, 0.8);
  background-color: #333;
}
#select1 .gallery-top .swiper-wrapper .swiper-slide .gallery-box .gallery-desc .title {
  display: flex;
  margin-bottom: 20px;
}
#select1 .gallery-top .swiper-wrapper .swiper-slide .gallery-box .gallery-desc .title h2 {
  margin-right: 15px;
}
#select1 .gallery-top .swiper-wrapper .swiper-slide .gallery-box .gallery-desc ul li {
  font-size: 16px;
  color: #000;
  padding: 5px 0;
}
#select1 .gallery-top .swiper-wrapper .swiper-slide .gallery-box .gallery-desc .more {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #fe1c24;
  width: 110px;
  height: 44px;
  border-radius: 4px;
}
@media (max-width: 932px) {
  #select1 .gallery-top .swiper-wrapper .swiper-slide .gallery-desc {
    position: static !important;
    box-shadow: 0px 0px 0px #fff;
  }
}
#select1 .gallery-thumbs .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#select1 .gallery-thumbs .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  padding: 30px 0px 0px 0px;
}
#select1 .gallery-thumbs .swiper-wrapper .swiper-slide .img-box::after {
  content: "";
  display: block;
  width: 80%;
  margin: 0px auto;
  border-bottom: none;
}
#select1 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .img-box {
  padding: 30px 0px 20px 0px;
}
#select1 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .img-box::after {
  border-bottom: none;
}
#select1 .gallery-thumbs-next::after, #select1 .gallery-thumbs-prev::after {
  color: #b3b3b3;
}

.shiye-swiper .ShowOff-Swiper-top .swiper-wrapper .swiper-slide .left-box img {
  width: 100%;
}
@media (max-width: 936px) {
  .shiye-swiper .ShowOff-Swiper-top .swiper-wrapper .swiper-slide .left-box {
    margin: 0 15px;
  }
}
.shiye-swiper .ShowOff-Swiper-bottom {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 50px;
}
.shiye-swiper .ShowOff-Swiper-bottom .swiper-wrapper .swiper-slide {
  height: 100%;
  opacity: 0.4;
  background-size: cover;
  background-position: center;
}
.shiye-swiper .ShowOff-Swiper-bottom .swiper-wrapper .swiper-slide-thumb-active {
  opacity: 1;
}
.shiye-swiper .container {
  position: relative;
}
@media (max-width: 986px) {
  .shiye-swiper .container .right-box-dese {
    margin-right: 15px !important;
  }
}
.shiye-swiper .container .right-box-dese {
  position: relative;
}
@media (max-width: 986px) {
  .shiye-swiper .container .right-box-dese .right-box {
    position: static !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
.shiye-swiper .container .right-box-dese .right-box {
  background: #302E2F;
  position: absolute;
  bottom: 0;
  left: 130px;
  z-index: 10;
  padding: 52px 44px 30px 36px;
}
.shiye-swiper .container .right-box-dese .right-box .box-dese .title {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}
.shiye-swiper .container .right-box-dese .right-box .box-dese .desc {
  margin-top: 40px;
}
.shiye-swiper .container .right-box-dese .right-box .page-desc2 {
  display: flex;
  align-items: center;
  margin-top: 70px;
  font-size: 28px;
}
@media (max-width: 986px) {
  .shiye-swiper .container .right-box-dese .right-box .swiper-button-prev {
    position: absolute !important;
    top: 80% !important;
    left: 68% !important;
  }
  .shiye-swiper .container .right-box-dese .right-box .swiper-button-next {
    position: absolute;
    top: 80% !important;
    left: 82% !important;
  }
}
@media (min-width: 986px) {
  .shiye-swiper .container .right-box-dese .right-box .right-box {
    position: absolute;
  }
}
.shiye-swiper .container .right-box-dese .right-box .swiper-button-next {
  position: absolute;
  top: 85%;
  left: 85%;
  background: #F2F2F2;
  width: 44px;
  border-radius: 3px;
}
.shiye-swiper .container .right-box-dese .right-box .swiper-button-next:hover, .shiye-swiper .container .right-box-dese .right-box .swiper-button-prev:hover {
  background-color: #de0012;
  color: #FFFFFF;
}
.shiye-swiper .container .right-box-dese .right-box .swiper-button-prev {
  position: absolute;
  top: 85%;
  left: 74%;
  background: #F2F2F2;
  width: 44px;
  border-radius: 3px;
}
.shiye-swiper .container .right-box-dese .swiper-button-next:after, .shiye-swiper .container .right-box-dese .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 900;
}

.product-card2 {
  margin-bottom: 15px;
  position: relative;
}
.product-card2 .product-card2-box {
  background: #f7f7f7;
}
.product-card2 .img-box {
  opacity: 1;
  padding: 50px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card2 .img-box img {
  object-fit: contain;
  width: 270px;
  height: 200px;
}
.product-card2 .desc1 {
  height: 220px;
  padding: 26px;
  padding-top: 30px;
  z-index: 1;
  background-color: #f5f5f5;
  background: url("../images/gbos/banner/card-bai.jpg") no-repeat;
  background-size: cover;
}
.product-card2 .desc1 .desc-tille {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.product-card2 .desc1 .desc-li ul li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 17px;
  white-space: nowrap;
  justify-content: flex-start;
}
.product-card2 .desc1 .desc-li ul {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-card2 .desc1 .desc-li ul li:nth-child(1n+4) {
  display: none;
}
.product-card2 .desc1 .desc-li ul li::before {
  position: absolute;
  flex-shrink: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background: url("../images/gbos/project/iconfont.svg") no-repeat;
}
.product-card2 .desc1 .team-desc-more {
  color: #333;
  margin-top: 30px;
  text-align: left;
}

.product-thought {
  margin-top: 64px;
}

.shiyeImg {
  margin-top: 64px;
}

@media (max-width: 768px) {
  .shiyeImg {
    margin-top: 40px;
  }
}
.product-display {
  margin-left: 0px;
  display: flex;
  flex-wrap: wrap;
}
.product-display .product-display-left {
  border: 1px solid #e3e3e3;
}
.product-display .product-display-right .big-box .iconBox {
  display: flex;
  align-items: center;
  height: 65px;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}
.product-display .product-display-right .big-box .iconBox .iconBox-back {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-display .product-display-right .big-box .iconBox .iconBox-back .iconBox-img {
  background-color: #D80012;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
}
.product-display .product-display-right .big-box .iconBox .iconBox-back .iconBox-img img {
  height: 15px;
  width: 15px;
}
.product-display .product-display-right .big-box .iconBox .iconBox-back .iconBox-img:hover {
  background-color: #ff1c24;
}
.product-display .product-display-right .big-box .iconBox .iconBox-back .desc-box {
  line-height: 30px;
  margin-right: 30px;
}
.product-display .product-display-right .big-box .desc {
  height: 100px;
}
.product-display .product-display-right .big-box .tille1 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}
.product-display .product-display-right .big-box .tille2 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 30px;
}
.product-display .product-display-right .big-box .text-body {
  margin-bottom: 30px !important;
}
.product-display .product-display-right .big-box .text-body ul {
  position: relative;
}
.product-display .product-display-right .big-box .text-body li {
  text-indent: 20px;
}
.product-display .product-display-right .big-box .text-body li::before {
  position: absolute;
  flex-shrink: 0;
  left: 0;
  transform: translateY(36%);
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background: url("../images/gbos/project/iconfont.svg") no-repeat;
}
.product-display .product-display-right .big-box .desc {
  color: #000;
}
.product-display .product-display-right .big-box .desc-list {
  margin: 20px 0;
}
.product-display .product-display-right .big-box .desc-list li {
  display: flex;
  color: #000;
}
.product-display .product-display-right .big-box .desc-list li .icons {
  margin-right: 10px;
}
.product-display .product-display-right .big-box .desc-list li .icons img {
  width: 10px;
  height: 10px;
}
.product-display .product-display-right .more {
  margin-top: 20px;
}
.product-display .product-display-right .more .more-desc {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}
.product-display .product-display-right .more .more-select {
  width: 250px;
  border: 1px solid #e3e3e3;
  height: 40px;
}

.form-desc {
  overflow-x: auto;
  display: flex;
  margin-top: 20px;
}
.form-desc .form-box {
  min-width: 150px;
  margin-right: 10px;
}
.form-desc .form-box .form-desc-tille {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background-color: #F3F3F3;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}
.form-desc .form-box .form-desc-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
  word-break: break-all;
  text-align: center;
  word-wrap: break-word;
  height: 100px;
}

/*背景层*/
#popLayer5 {
  display: none;
  background-color: #333;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* 只支持IE6、7、8、9 */
}

/*弹出层*/
#popBox5 {
  display: none;
  background-color: #FFFFFF;
  z-index: 1101;
  width: 500px;
  height: 500px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#popBox5 .popClose a {
  display: block;
  text-align: right;
  padding-right: 3%;
}

#popBox5 .close {
  text-align: right;
  margin-right: 5px;
  background-color: #F8F8F8;
}

#popBox5 .close a {
  text-decoration: none;
  color: #2D2C3B;
}

/*背景层*/
#popLayer6 {
  display: none;
  background-color: #333;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* 只支持IE6、7、8、9 */
}

/*弹出层*/
#popBox6 {
  display: none;
  background-color: #FFFFFF;
  z-index: 1101;
  width: 500px;
  height: 500px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#popBox6 .popClose a {
  display: block;
  text-align: right;
  padding-right: 3%;
}

#popBox6 .close {
  text-align: right;
  margin-right: 5px;
  background-color: #F8F8F8;
}

#popBox6 .close a {
  text-decoration: none;
  color: #2D2C3B;
}

.card-modules {
  margin-bottom: 10px;
  max-height: 368px;
  overflow: hidden;
}
.card-modules .card-modules-title {
  font-size: 16px;
  color: #333;
}
.card-modules .card5-modules {
  padding: 15px 0;
}
.card-modules .card5-modules .card5-box-card {
  display: flex;
  background: #F4F4F4;
  border: solid 1px #f0f0f0;
}
.card-modules .card5-modules .card5-box-card .card5-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-modules .card5-modules .card5-box-card .card5-img .card5-img-box {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.card-modules .card5-modules .card5-box-card .card5-img .card5-img-box img {
  width: 100%;
  height: 100%;
}
.card-modules .card5-modules .card5-box-card .bottom-box {
  padding: 20px;
}
.card-modules .card5-modules .card5-box-card .bottom-box .bottom-box-title {
  color: #333;
  font-size: 18px;
}
.card-modules .card5-modules .card5-box-card .bottom-box .bottom-box-desc {
  color: #666;
  font-size: 14px;
}

@media (min-width: 992px) {
  .product-display-box {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  #popBox5 {
    display: none;
    background-color: #FFFFFF;
    z-index: 1101;
    width: 100%;
    height: 500px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  #popBox6 {
    display: none;
    background-color: #FFFFFF;
    z-index: 1101;
    width: 100%;
    height: 500px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}
.icon-list .icon-list-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.icon-list .icon-list-row .icon-box {
  padding-bottom: 15px;
  display: none;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

@media (max-width: 768px) {
  .icon-list .icon-list-row {
    display: flex;
    flex-wrap: wrap;
  }
  .icon-list .icon-list-row .icon-box {
    padding: 5px;
    flex: 0 0 25%;
    max-width: 25%;
    display: none;
  }
}
.icon-list .row {
  justify-content: center;
  align-items: center;
}
.icon-list .row .icon-box {
  display: none;
  margin-top: 20px;
}
.icon-list .row .icon-box .icon-box-img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.card5 {
  margin-bottom: 10px;
}
.card5 .card5-title {
  color: #333;
  font-size: 16px;
}
.card5 .card5-box {
  padding: 15px;
  display: none;
}
.card5 .card5-box .card5-box-card {
  display: flex;
  background: #F4F4F4;
  border: solid 1px #f0f0f0;
}
.card5 .card5-box .card5-box-card .card5-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card5 .card5-box .card5-box-card .card5-img .card5-img-box {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.card5 .card5-box .card5-box-card .card5-img .card5-img-box img {
  width: 100%;
  height: 100%;
}
.card5 .card5-box .card5-box-card .bottom-box {
  padding: 20px;
}
.card5 .card5-box .card5-box-card .bottom-box .bottom-box-title {
  color: #333;
  font-size: 18px;
}
.card5 .card5-box .card5-box-card .bottom-box .bottom-box-desc {
  color: #666;
  font-size: 14px;
}

.card6 .card6-box {
  display: none;
}
.card6 .card6-box .card6-product {
  background-color: #F3F3F3;
  margin-bottom: 30px;
}
.card6 .card6-box .card6-product .card6-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card6 .card6-box .card6-product .card6-img .card6-img-box {
  height: 200px;
  object-fit: cover;
}
.card6 .card6-box .card6-product .card6-img .card6-img-box img {
  width: 100%;
  height: 100%;
}
.card6 .card6-box .card6-product .bottom-box {
  height: 113px;
  padding: 30px 55px 15px 15px;
  overflow: hidden;
  position: relative;
}
.card6 .card6-box .card6-product .bottom-box h3 {
  margin-bottom: 10px;
  color: #333;
}
.card6 .card6-box .card6-product .bottom-box .bottom-box-desc p {
  font-size: 14px;
  color: #666;
}
.card6 .card6-box .card6-product .bottom-box .add6 {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.about-top {
  margin-top: 30px;
}
.about-top .title-box {
  margin-top: 100px;
}
.about-top .title-box .title {
  font-size: 20px;
  color: #000;
  padding: 15px 0 25px 0;
  font-weight: 900;
}
.about-top .title-box .line {
  width: 50px;
  height: 5px;
  background-color: #D80012;
}
.about-top .main .row .desc .desc2 {
  display: flex;
  align-items: center;
  width: 250px;
  border: 1px solid #cacaca;
  margin-top: 100px;
}
.about-top .main .row .desc .desc2 .desc2-box {
  margin-left: 10px;
}
.about-top .main .row .desc .desc2 .desc2-box a {
  color: #D80012;
  font-size: 14px;
}
.about-top .main-bottom {
  margin-top: 50px;
}
.about-top .main-bottom img {
  width: 100%;
}

.listimg2 {
  margin-top: 50px;
}
.listimg2 .row {
  justify-content: center;
}
.listimg2 .row .list_ul2 {
  height: 534.69px;
  overflow-y: scroll;
}
.listimg2 .row .list_ul2 li {
  cursor: pointer;
}
.listimg2 .row .list_ul2 .li_title {
  display: flex;
  align-items: center;
  min-height: 85px;
  background-color: #fff;
  margin: 10px 0;
  border-radius: 4px;
  width: 90%;
  padding: 15px;
}
.listimg2 .row .list_ul2 .li_title .left {
  font-weight: 700;
  font-size: 30px;
  margin-right: 20px;
  color: #333;
}
.listimg2 .row .list_ul2 .li_title .left.active {
  color: #FFFFFF !important;
}
.listimg2 .row .list_ul2 .li_title .right {
  color: #666;
}
.listimg2 .row .list_ul2 .li_title .right.active {
  color: #FFFFFF !important;
}
.listimg2 .row .list_ul2 .active {
  background-color: #D80012;
}
@media (max-width: 932px) {
  .listimg2 .row .list_img_box {
    margin: 0 15px;
  }
}
@media (min-width: 932px) {
  .listimg2 .row .left_img_box {
    padding-left: 0;
  }
}
.listimg2 .row .list_img_box {
  background-color: #FFFFFF;
  border-radius: 8px;
  height: auto;
  padding: 0;
}
@media (max-width: 763px) {
  .listimg2 .row .list_img_box {
    margin: 0 15px;
  }
}
.listimg2 .row .list_img_box img {
  width: 100%;
}
.listimg2 .row .list_img_box .list_desc2 {
  line-height: 24px !important;
  color: #000;
  font-size: 18px;
  padding: 15px;
}

@media (max-width: 768px) {
  .listimg2 .row .list_ul2 .li_title {
    width: 100%;
  }
}
.card7 {
  margin-top: 20px;
  border-left: 1px solid #cacaca;
  padding: 0px 45px;
}
.card7 .card7-box .title {
  display: flex;
  align-items: center;
  color: #D80012;
  font-size: 60px;
  font-weight: 800;
  height: 80px;
}
.card7 .card7-box .desc {
  font-weight: 800;
}
.card7 .card7-box .desc .theme {
  color: #979797;
  padding: 20px 0;
}
.card7 .card7-box .img img {
  width: 100%;
}

@media (max-width: 768px) {
  .card7 {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .card8 .img-box2 {
    margin-top: 20px;
  }
}
.card8 .row .left-box img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .card8 .row .left-box img {
    padding: 0 15px;
  }
}
@media (max-width: 932px) {
  .card8 .row .right-box {
    margin-top: 50px;
  }
}
.card8 .row .right-box .top .top-decs {
  font-size: 16px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
}
.card8 .row .right-box .top .line {
  width: 30px;
  height: 2px;
  background-color: #D80012;
}
.card8 .row .right-box .desc {
  margin-top: 50px;
}
.card8 .row .right-box .desc .theme {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.card8 .row .right-box .desc .theme-desc {
  margin-top: 25px;
  font-size: 16px;
}
.card8 .row .right-box .theme-img {
  margin-top: 120px;
  left: 0;
  display: flex;
}
.card8 .row .right-box .img-box1 img {
  width: 100%;
}

.card9 {
  margin-top: 20px;
}
.card9 .card9-box .img-box img {
  width: 100%;
}
.card9 .card9-box .img-box .desc {
  color: #FFFFFF;
  font-size: 24px;
  margin: auto;
  padding: 0 26px;
  position: absolute;
  bottom: 5%;
  font-weight: 100;
}

.swiper-icon .swiper-icon-next, .swiper-icon .swiper-icon-prev {
  width: 5rem;
  height: 10rem;
  background-color: rgba(0, 0, 0, 0.2);
  top: 35%;
}
@media (max-width: 648px) {
  .swiper-icon .swiper-icon-next, .swiper-icon .swiper-icon-prev {
    width: 2.8rem;
    height: 7rem;
    top: 35%;
  }
  .swiper-icon .swiper-icon-next {
    right: -9px !important;
  }
  .swiper-icon .swiper-icon-prev {
    left: -9px !important;
  }
}
@media (max-width: 415px) {
  .swiper-icon .swiper-icon-next, .swiper-icon .swiper-icon-prev {
    width: 2.8rem !important;
    height: 4.5rem !important;
    top: 50% !important;
  }
  .swiper-icon .swiper-icon-next:after, .swiper-icon .swiper-icon-prev:after {
    font-size: 24px;
  }
}
.swiper-icon .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .swiper-icon .swiper-wrapper .swiper-slide .desc {
    width: 80%;
  }
}
.swiper-icon .swiper-wrapper .swiper-slide .desc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-icon .swiper-wrapper .swiper-slide .desc .img {
  display: flex;
  flex-flow: wrap;
}
.swiper-icon .swiper-wrapper .swiper-slide .desc .img div {
  width: 25%;
}
.swiper-icon .swiper-wrapper .swiper-slide .desc .img div img {
  width: 100%;
}
@media (max-width: 1024px) {
  .swiper-icon .swiper-wrapper .swiper-slide .desc .img div {
    width: 49%;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 1px;
  }
  .swiper-icon .swiper-wrapper .swiper-slide .desc .img div img {
    width: 100%;
  }
}

.page {
  position: relative;
}

.page .custom-pagination, .page.custom-pagination ul, .page .custom-pagination ul li, .page .custom-pagination .page-to input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.page .custom-pagination {
  height: 30px;
  color: #666;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 50%;
}

.page .custom-pagination ul {
  float: left;
  height: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  overflow: hidden;
  white-space: no-wrap;
}

.page .custom-pagination ul li {
  display: inline-block;
  font-size: 14px;
  min-width: 30px;
  padding: 0 10px;
  height: 30px;
  line-height: 28px;
  margin-left: 10px;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  vertical-align: top;
}

.page .custom-pagination ul li:first-child {
  margin-left: 0;
}

.page .custom-pagination ul li.current-page {
  background-color: #D7222B;
  color: #fff;
  border: 0;
  line-height: 30px;
}

.page .custom-pagination ul li:hover {
  background-color: #D7222B;
  color: #fff;
}

.page .custom-pagination a.prev-page, .custom-pagination a.next-page {
  display: block;
  float: left;
  width: 80px;
  height: 30px;
  line-height: 28px;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  vertical-align: middle;
  color: #666;
  text-decoration: none;
}

.page .custom-pagination a.prev-page {
  margin-right: 10px;
}

.page .custom-pagination a.next-page {
  margin-left: 10px;
}

.page .custom-pagination a.prev-page:hover, .page .custom-pagination a.next-page:hover {
  background-color: #D7222B;
  color: #fff;
}

.page .custom-pagination ul li.ellipsis {
  background-color: transparent;
  border: 0;
  cursor: default;
  line-height: 18px;
  font-size: 20px;
}

.page .custom-pagination ul li.ellipsis:hover {
  background-color: transparent;
  border: 0;
  cursor: default;
  line-height: 18px;
  font-size: 20px;
  color: #666;
}

.page .custom-pagination .page-to {
  width: 166px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-left: 20px;
}

.page .custom-pagination .page-to input {
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 28px;
  background-color: #fafafa;
  border: 0;
  border: 1px solid #f0f0f0;
  vertical-align: middle;
  margin: 0 10px;
  padding: 0 5px;
}

.page .custom-pagination .page-to input:focus {
  outline: 0;
}

.page .custom-pagination .page-to span {
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 28px;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  margin-left: 10px;
}

.page .custom-pagination .page-to span:hover {
  background-color: #D7222B;
  color: #fff;
}

.page-controller .page-controller__total {
  color: #333;
  padding-right: 30px;
}
.page-controller .pagination .page-item {
  margin: 0 5px;
}
.page-controller .pagination .page-item .page-link {
  z-index: 2;
  color: #333;
  text-decoration: none;
}
.page-controller .pagination .page-item .page-link:hover {
  z-index: 2;
  color: #D7222B;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-controller .pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #D7222B;
  border-color: #D7222B;
}

@media (max-width: 768px) {
  .page-controller .page-controller__total {
    color: #333;
    padding-right: 3px;
    white-space: nowrap;
  }
}
.card10 {
  margin-top: 20px;
}
.card10 .card10-box {
  padding: 20px 20px 40px 20px;
  background-color: #f4f5f7;
}
.card10 .card10-box .img {
  margin-bottom: 18px;
}
.card10 .card10-box .img .img-box img {
  width: 100%;
}
.card10 .card10-box .time {
  display: flex;
  align-items: center;
}
.card10 .card10-box .title {
  padding: 10px 0;
  padding-top: 18px;
  font-size: 20px;
  font-weight: 800;
  color: #000;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 61px;
  margin-bottom: 20px;
}
.card10 .card10-box .title:hover {
  color: #de0012;
}
.card10 .card10-box .desc {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 66px;
}
.card10 .card10-box .more {
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.card10 .card10-box .more img {
  margin-right: 10px;
}
.card10 .card10-box .more div a {
  color: #000000;
}
.card10 .card10-box .more div a:hover {
  color: #de0012;
}

.card11 {
  border: 1px solid #cacaca;
  padding: 0;
}
.card11 .card11-box {
  padding: 25px;
}
.card11 .card11-box .title {
  color: #D80012;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  flex-flow: row-reverse;
  margin-top: 15px;
}
.card11 .card11-box h2 {
  font-weight: bold;
  margin-top: 130px;
}
.card11 .card11-box .desc {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .card14 .row .col-lg-8 {
    margin: 0 15px;
  }
  .card14 .row .desc {
    color: #FFFFFF !important;
  }
}
.card14 .row .left-box {
  padding: 0;
}
.card14 .row .left-box .left-box-box {
  background: url("../images/gbos/project/card14-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.card14 .row .left-box .left-box-box .desc {
  padding: 55px;
  color: #000000;
}
@media (max-width: 768px) {
  .card14 .row .right-box {
    margin: 0 15px;
  }
}
.card14 .row .right-box {
  background-color: #D80012;
  padding: 0;
}
.card14 .row .right-box .right-b {
  color: #FFFFFF;
  padding: 25px;
}
.card14 .row .right-box .right-b .title, .card14 .row .right-box .right-b .phone {
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0;
}
.card14 .row .right-box .right-b .phone {
  margin-bottom: 20px;
}

.cardSet {
  padding: 0 15px;
}
.cardSet .cardSet-box .row .cardSet-left .row .img-box {
  padding: 0;
}
.cardSet .cardSet-box .row .cardSet-left .row .img-box img {
  height: 66.66666%;
  max-width: 100%;
}
.cardSet .cardSet-box .row .cardSet-left .row .card-box {
  padding: 0;
}
.cardSet .cardSet-box .row .cardSet-right {
  background: url("../images/gbos/project/cardSet.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cardSet .cardSet-box .row .cardSet-right .row {
  height: 100%;
}
.cardSet .cardSet-box .row .cardSet-right .row div {
  padding: 0;
}
@media (max-width: 1020px) {
  .cardSet .cardSet-box .row .cardSet-right .cardSet-right-row {
    height: 590px !important;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .cardSet_mb {
    display: flex;
  }
  .cardSet_mb .caption {
    font-size: 18px;
  }
  .cardSet_pc {
    display: none;
  }
}
@media (min-width: 992px) {
  .cardSet_mb {
    display: none;
  }
  .cardSet_pc {
    display: flex;
  }
}
.cardSet2_box {
  padding: 0 15px;
  overflow: hidden;
}
.cardSet2_box .cardSet2 div {
  padding: 0px;
}
.cardSet2_box .cardSet2 .cardSet-box .cardSet-left .img-box {
  height: 94%;
}
.cardSet2_box .cardSet2 .cardSet-box .cardSet-left .img-box img {
  width: 100%;
  height: 100%;
}
.cardSet2_box .cardSet2 .cardSet-box .cardSet-right .row .img-box1, .cardSet2_box .cardSet2 .cardSet-box .cardSet-right .row .img-box3 {
  padding-left: 25px;
}
.cardSet2_box .cardSet2 .cardSet-box .cardSet-right .row .img-box2, .cardSet2_box .cardSet2 .cardSet-box .cardSet-right .row .img-box4, .cardSet2_box .cardSet2 .cardSet-box .cardSet-right .row .img-box5 {
  padding-left: 10px;
}
.cardSet2_box .cardSet2 .cardSet-box .cardSet-right .row div img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .cardSet2_box .cardSet2 .cardSet-box .cardSet-right .row .img-box1, .cardSet2_box .cardSet2 .cardSet-box .cardSet-right .row .img-box3 {
    padding-left: 15px;
  }
}
.card12 {
  padding: 60px 45px 38px 45px;
  height: 33.333333%;
  display: flex;
  background-color: #cacaca;
  justify-content: center;
  align-items: center;
}
.card12 .card12-box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.card12 .card12-box .img-box {
  margin-bottom: 30px;
}
.card12 .card12-box .line {
  height: 1px;
  width: 150px;
  background-color: #cacaca;
  margin-bottom: 20px;
}
.card12 .card12-box .title {
  margin-bottom: 10px;
}
.card12 .card12-box .img-box:hover img {
  transform: scale(1.1);
  transition: 1s;
}

.card13 {
  background: #f4f5f7;
}
.card13 .title {
  color: #D80012;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 40px;
  border-bottom: 1px solid #cacaca;
}
.card13 .main {
  padding: 35px 40px;
}
.card13 .main .row .main-left .top {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}
.card13 .main .row .main-right {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card13 .main .row .main-right .btn-job {
  width: 40%;
  height: 45px;
  color: #FFFFFF;
  background-color: #D80012;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.card15 {
  margin-bottom: 20px;
}
.card15 .desc-box {
  padding: 25px 0 40px 0;
  border-top: 1px solid #cacaca;
}
.card15 .desc-box .title {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .neirong {
    padding: 0 !important;
  }
  .neirong div {
    text-indent: 0px !important;
  }
}
.listimg3 {
  margin-top: 50px;
}
.listimg3 .row {
  justify-content: center;
}
.listimg3 .row .list_ul3 {
  padding: 0 15px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.listimg3 .row .list_ul3 li {
  cursor: pointer;
}
.listimg3 .row .list_ul3 .li_title3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 85px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
  width: 90%;
  padding: 15px 15px 15px 40px;
  color: #000000;
  border: 1px #D80012 solid;
}
.listimg3 .row .list_ul3 .li_title3 .left1 {
  color: #cacaca;
  font-weight: 800;
  font-size: 24px;
  margin-right: 20px;
}
.listimg3 .row .list_ul3 .li_title3 .left {
  font-size: 24px;
}
.listimg3 .row .list_ul3 .active {
  background-color: #D80012;
  color: #FFFFFF !important;
}
.listimg3 .row .list_ul3 .active .left1 {
  color: #fff;
}
.listimg3 .row .list_img_box {
  background-color: #f7f7f7;
  border-radius: 8px;
  height: auto;
  padding: 0;
}
.listimg3 .row .list_img_box .row .img {
  display: none;
  align-items: center;
}
.listimg3 .row .list_img_box .row .img img {
  width: 100%;
}
.listimg3 .row .list_img_box .list_desc3 {
  position: absolute;
  bottom: 50%;
  line-height: 24px !important;
  color: #000;
  font-size: 18px;
  padding: 0 25px;
}
.listimg3 .row .list_img_box .list_desc3 h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

#listimg3-select .gallery-thumbs-box {
  box-shadow: 1px 1px 20px #cacaca;
  position: relative;
  padding: 0 50px;
}
#listimg3-select .gallery-top {
  margin-top: 40px;
}
#listimg3-select .gallery-top .swiper-wrapper .swiper-slide {
  position: relative;
}
#listimg3-select .gallery-top .swiper-wrapper .swiper-slide .gallery-box {
  display: flex;
  flex-wrap: wrap;
}
#listimg3-select .gallery-top .swiper-wrapper .swiper-slide .gallery-box .gallery-img {
  padding: 0;
}
#listimg3-select .gallery-top .swiper-wrapper .swiper-slide .gallery-desc {
  padding: 60px 0px 0px 50px;
  height: 350px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 25%;
  right: 200px;
  background-color: #fff;
}
#listimg3-select .gallery-top .swiper-wrapper .swiper-slide .gallery-desc .title {
  display: flex;
  margin-bottom: 20px;
}
#listimg3-select .gallery-top .swiper-wrapper .swiper-slide .gallery-desc .title h2 {
  margin-right: 15px;
}
#listimg3-select .gallery-top .swiper-wrapper .swiper-slide .gallery-desc ul li {
  font-size: 16px;
  color: #000;
  padding: 5px 0;
}
#listimg3-select .gallery-top .swiper-wrapper .swiper-slide .gallery-desc .more {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #fe1c24;
  width: 110px;
  height: 44px;
  border-radius: 4px;
}
@media (max-width: 932px) {
  #listimg3-select .gallery-top .swiper-wrapper .swiper-slide .gallery-desc {
    position: static !important;
    box-shadow: 0px 0px 0px #fff;
  }
}
#listimg3-select .gallery-thumbs .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#listimg3-select .gallery-thumbs .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  padding: 30px 0px 0px 0px;
}
#listimg3-select .gallery-thumbs .swiper-wrapper .swiper-slide .img-box::after {
  content: "";
  display: block;
  width: 80%;
  margin: 0px auto;
  margin-top: 30px;
}
#listimg3-select .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .img-box {
  padding: 30px 0px 0px 0px;
}
#listimg3-select .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .img-box::after {
  content: "";
  display: block;
  width: 80%;
  margin: 0px auto;
  margin-top: 30px;
  border-bottom: none;
}
#listimg3-select .gallery-thumbs-next::after, #listimg3-select .gallery-thumbs-prev::after {
  color: #b3b3b3;
}

@media (max-width: 768px) {
  .listimg3 {
    display: none;
  }
  #listimg3-select {
    display: block;
  }
}
@media (min-width: 768px) {
  .listimg3 {
    display: block;
  }
  #listimg3-select {
    display: none;
  }
}
.list-img4-back {
  background-repeat: no-repeat;
  background: url("../images/gbos/project/list-img4-back.png");
  background-size: cover;
  padding-bottom: 100px;
}

.list_img4 .row .desc .desc-box .title {
  padding: 45px 0 40px 22px;
}
.list_img4 .row .desc .desc-box .title h2 {
  color: #FFFFFF;
}
.list_img4 .row .desc .desc-box .desc-bottom {
  padding: 40px 25px 25px 25px;
  background: rgba(0, 0, 0, 0.2);
}
.list_img4 .row .desc .desc-box .desc-bottom .title2 .title2-box {
  min-height: 152px;
}
.list_img4 .row .desc .desc-box .desc-bottom .title2 h3 {
  color: #FFFFFF;
  margin-bottom: 10px;
  font-size: 22px;
}
.list_img4 .row .desc .desc-box .desc-bottom .title2 .title-bottom {
  color: #FFFFFF;
}
.list_img4 .row .desc .desc-box .desc-bottom .title2 .phone {
  color: #FFFFFF;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 600;
}
.list_img4 .row .desc .desc-box .desc-bottom .title2 .phone img {
  margin-right: 10px;
}
.list_img4 .row .desc .desc-box .desc-bottom .title2 .city-box {
  margin-top: 70px;
  display: flex;
  flex-flow: wrap;
}
.list_img4 .row .desc .desc-box .desc-bottom .title2 .city-box .city {
  color: #FFFFFF;
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 10px 0;
}
@media (max-width: 768px) {
  .list_img4 .row .desc .desc-box .desc-bottom .title2 .city-box .city {
    width: 20%;
  }
}
.list_img4 .row .desc .desc-box .desc-bottom .title2 .city-box .city:hover {
  background: #D80012;
  border-radius: 2px;
}
.list_img4 .row .desc .desc-box .desc-bottom .title2 .city-box .activelocal {
  background: #D80012;
  border-radius: 2px;
}

.list-img5 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}
@media (max-width: 768px) {
  .list-img5 .top .icon {
    cursor: pointer;
    width: 20% !important;
    display: flex;
    flex-flow: column;
  }
}
@media (max-width: 564px) {
  .list-img5 .top .icon {
    cursor: pointer;
    width: 40% !important;
    display: flex;
    flex-flow: column;
  }
}
.list-img5 .top .icon {
  cursor: pointer;
  width: 10%;
  display: flex;
  flex-flow: column;
  margin-top: 20px;
}
.list-img5 .top .icon .icon-box1 {
  text-align: center;
}
.list-img5 .top .icon .icon-box1 .imgbox {
  line-height: 60px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.list-img5 .top .icon .icon-box2 {
  display: none;
  text-align: center;
}
.list-img5 .top .icon .icon-box2 .imgbox {
  line-height: 60px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.list-img5 .top .icon .title {
  margin-top: 10px;
  color: #000;
  text-align: center;
}
.list-img5 .top .icon:hover .icon-box1 {
  display: none !important;
  text-align: center;
}
.list-img5 .top .icon:hover .icon-box1 .imgbox {
  line-height: 60px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.list-img5 .top .icon:hover .icon-box2 {
  display: block !important;
  text-align: center;
}
.list-img5 .top .icon:hover .icon-box2 .imgbox {
  line-height: 60px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #D80012;
}
.list-img5 .top .icon:hover .title {
  color: #D80012;
  text-align: center;
}
.list-img5 .business-banner {
  margin-top: 80px;
}
.list-img5 .banner_box {
  text-align: center;
  display: none;
}
.list-img5 .banner_box.active {
  display: block;
}

@media (max-width: 768px) {
  .list-img5 .top .icon {
    cursor: pointer;
    width: 10%;
    display: flex;
    flex-flow: column;
    margin-top: 20px;
    padding: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.card-flex5 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.card-flex5 .card-flex5-box {
  width: 20%;
  padding: 10px 5px;
}
.card-flex5 .card-flex5-box img {
  width: 100%;
}

@media (max-width: 768px) {
  .card-flex5 {
    margin-top: 10px;
  }
  .card-flex5 .card-flex5-box {
    width: 49%;
    padding: 10px 5px;
  }
}
.accordion-list-box .accordion .Recruitment-box {
  padding-bottom: 50px;
  /*背景层*/
  /*弹出层*/
}
.accordion-list-box .accordion .Recruitment-box .top {
  margin: 50px 40px 0px 40px;
  padding-bottom: 50px;
}
.accordion-list-box .accordion .Recruitment-box .top .inner .title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.accordion-list-box .accordion .Recruitment-box .top .inner .desc {
  font-size: 14px;
  color: #666;
}
.accordion-list-box .accordion .Recruitment-box .top .inner .desc strong {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.accordion-list-box .accordion .Recruitment-box .top .inner .desc ul {
  display: flex;
  flex-wrap: wrap;
}
.accordion-list-box .accordion .Recruitment-box .top .inner .desc ul li {
  width: 443px;
}
.accordion-list-box .accordion .Recruitment-box .main {
  padding: 40px 40px 60px 40px;
}
.accordion-list-box .accordion .Recruitment-box .main .desc-box .title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.accordion-list-box .accordion .Recruitment-box .main .desc-box .desc {
  padding: 10px 0;
  color: #000000;
}
.accordion-list-box .accordion .Recruitment-box .more-btn {
  background-color: #333333;
  display: flex;
  justify-items: center;
  align-items: center;
  padding: 25px;
  height: 50px;
  width: 175px;
  margin-left: 40px;
  cursor: pointer;
}
.accordion-list-box .accordion .Recruitment-box .more-btn .zaixian {
  color: #FFFFFF;
}
.accordion-list-box .accordion .Recruitment-box .more-btn img {
  margin-left: 20px;
}
.accordion-list-box .accordion .Recruitment-box #popLayer {
  display: none;
  background-color: #333;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80); /* 只支持IE6、7、8、9 */
}
.accordion-list-box .accordion .Recruitment-box #popBox {
  display: none;
  background-color: #FFFFFF;
  z-index: 1101;
  width: 300px;
  height: 304px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.accordion-list-box .accordion .Recruitment-box #popBox .popClose {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 104%;
  top: -13%;
  border: 1px solid #fff;
}
.accordion-list-box .accordion .Recruitment-box #popBox .popClose a {
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  background-color: transparent;
  border: none;
}
.accordion-list-box .accordion .Recruitment-box #popBox .popImg {
  text-align: center;
}
.accordion-list-box .accordion .Recruitment-box #popBox .close {
  text-align: right;
  margin-right: 5px;
  background-color: #F8F8F8;
}
.accordion-list-box .accordion .Recruitment-box #popBox .close a {
  text-decoration: none;
  color: #2D2C3B;
}
.accordion-list-box .accordion {
  width: 100%;
}
.accordion-list-box .accordion .list-search {
  color: #000000;
  padding: 8px;
  background-color: #F3F3F3;
  margin: 10px 0 0 0;
  position: relative;
}
.accordion-list-box .accordion .list-search input {
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 8px 45px 8px 8px;
  height: 40px;
}
.accordion-list-box .accordion .list-search .top-input-btn {
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 1;
  cursor: pointer;
}
.accordion-list-box .accordion .list-search .top-input-btn .fa-search {
  color: #000000;
}
.accordion-list-box .accordion .list-search .top-input-btn .fa-search:before {
  content: "\f002";
  color: #000000 !important;
}
.accordion-list-box .accordion-list02 dt,
.accordion-list-box .accordion-list02 a,
.accordion-list-box .accordion-list02 a:link,
.accordion-list-box .accordion-list02 a:visited,
.accordion-list-box .accordion-list02 a:hover {
  cursor: pointer;
  position: relative;
  display: block;
  height: 45px;
  line-height: 45px;
  color: #000;
  border-top: 1px solid #e3e3e3;
  font-size: 1em;
  z-index: 1;
  background-color: #fff;
}
.accordion-list-box .accordion-list02 .list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F3F3F3;
  border-top: 1px solid #e3e3e3;
  color: #fff;
  padding: 20px 8px;
}
.accordion-list-box .accordion-list02 .list-btn div {
  width: 100%;
  height: 35px;
  background-color: #333;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.accordion-list-box .accordion-list02 dt {
  height: auto;
  line-height: 1.5;
  padding: 10px 40px 10px 40px;
}
.accordion-list-box .accordion-list02 > li:first-child dt {
  border: none;
}
.accordion-list-box .accordion-list02 .first-Child:before {
  display: none;
}
.accordion-list-box .accordion-list02 dt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translateY(-5px) rotate(45deg);
  -moz-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
.accordion-list-box .accordion-list02 dt.accordion-open:before {
  -webkit-transform: translateY(-2px) rotate(225deg);
  -moz-transform: translateY(-2px) rotate(225deg);
  transform: translateY(-2px) rotate(225deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.accordion-list-box .accordion-list02 dd {
  overflow: hidden;
  height: 0;
  background: #F3F3F3;
}
.accordion-list-box .accordion-list02 dt[class*=accordion] + dd {
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.formcard .row .form-box .form-main {
  background: #F3F3F3;
}
.formcard .row .card-box {
  padding-right: 0;
}
.formcard .row .card-box .row .cards {
  margin: 0 0 15px 0;
  display: flex;
  justify-items: center;
  align-items: center;
  padding: 25px;
  background-color: #F3F3F3;
  border-radius: 4px;
}
.formcard .row .card-box .row .cards .box-card {
  display: flex;
  flex-flow: column;
  justify-items: center;
  align-items: center;
  width: 100%;
}
.formcard .row .card-box .row .cards .box-card .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  color: #000;
}
.formcard .row .card-box .row .cards .box-card .title a {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  color: #000;
}
.formcard .row .card-box .row .cards .box-card .title a::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 4px;
  display: inline-block;
  background-image: url("../images/gbos/project/icon-link-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.formcard .row .card-box .row .cards .box-card .desc {
  text-align: center;
}
.formcard .row .card-box .row .shouhou {
  background: url("../images/gbos/project/3-back-card.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  color: #FFFFFF;
  padding: 25px 25px 150px 25px;
}
.formcard .row .card-box .row .shouhou .lianxi {
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .formcard .row .card-box {
    padding-right: 15px;
  }
  .formcard .row .card-box .row .cards {
    margin: 15px 0 15px 0;
  }
}
@media (max-width: 768px) {
  .map .background {
    background-position: top !important;
    margin-top: 40px;
    padding-top: 40%;
  }
  .map .address {
    position: static !important;
  }
  .map .point {
    display: none;
  }
  .map .point span {
    display: none;
  }
  .map .point-mobile {
    width: 30px;
    height: 50px;
    position: absolute;
    background-image: url(../images/gbos/project/point.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .map .point-mobile span {
    font-size: 14px;
    color: #DE0012;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 18px;
  }
}
@media (min-width: 769px) {
  .map .point {
    width: 30px;
    height: 50px;
    position: absolute;
    background-image: url(../images/gbos/project/point.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .map .point span {
    font-size: 14px;
    color: #DE0012;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 18px;
  }
  .map .point-mobile {
    display: none;
  }
  .map .point-mobile span {
    display: none;
  }
}
.map .background {
  width: 100%;
  padding-top: 54%;
  background-image: url(../images/gbos/project/map.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #f4f5f7;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.map .background .information .address {
  background-color: #fff;
  position: absolute;
  padding: 20px;
  min-width: 150px;
}
.map .background .information .address h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.map .background .information .address span {
  display: block;
  margin: 3px 0;
  color: #666666;
}
.map .info-list .item {
  float: left;
  margin-bottom: 15px;
  cursor: pointer;
}
.map .info-list .item span {
  white-space: nowrap;
}
.map .info-list .item span.active {
  background-color: #D80012;
  color: #fff;
  border-radius: 2px;
}
.map .info-list .item span.active .num {
  background-color: #fff;
  color: #D80012;
}
.map .info-list .item .num {
  width: 30px;
  height: 30px;
  border: solid 1px #D80012;
  display: block;
  text-align: center;
  color: #D80012;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
  line-height: 28px;
}
.map .info-list .item span {
  float: left;
  line-height: 30px;
  color: #484848;
  padding: 0 15px;
}

.map-right .main {
  background: url("../images/gbos/project/map-right-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 50px 50px 50px;
  height: 100%;
}
.map-right .main .img-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.map-right .main .title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.map-right .main .desc {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.map-right .main .contactOur-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-right .main .contactOur-box .contactOur {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  color: #FFFFFF;
  background-color: #D80012;
  margin-top: 70px;
}

.searchResult .title-top {
  color: #000;
  font-size: 18px;
  padding: 8px 0;
  border-top: 1px #cacaca solid;
}
.searchResult .Result-box {
  padding: 25px;
  border-top: 1px #cacaca solid;
}
@media (max-width: 960px) {
  .searchResult .Result-box .Result-img, .searchResult .Result-box .Result-decs, .searchResult .Result-box .Result-decs {
    padding: 0 15px;
    border-right: 0px #cacaca solid !important;
    border-bottom: 1px #cacaca solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.searchResult .Result-box .Result-img {
  display: flex;
  align-items: center;
  border-right: 1px #cacaca solid;
}
.searchResult .Result-box .Result-img .img-box {
  width: 100px;
  height: 100px;
}
.searchResult .Result-box .Result-img .img-box img {
  width: 100%;
}
.searchResult .Result-box .Result-img .Result-title {
  padding: 0 20px;
}
.searchResult .Result-box .Result-img .Result-title .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchResult .Result-box .Result-img .Result-title .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchResult .Result-box .Result-decs {
  padding: 20px 40px 20px 20px;
  border-right: 1px #cacaca solid;
}
.searchResult .Result-box .Result-more {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D80012;
}
.searchResult .Result-box .Result-more img {
  margin-right: 10px;
}
.searchResult .Result-box .Result-more a {
  color: #D80012;
  font-weight: bold;
}

@media (max-width: 768px) {
  .searchResult .Result-box .Result-more {
    padding-top: 25px;
  }
}
.video-card {
  padding: 15px 0px 60px 0px;
}
.video-card .row .video-texts {
  width: 100%;
  height: 80px;
  background-color: #f1f1f1;
}
.video-card .row .video-texts .desc {
  font-size: 18px;
  transform: translate(27px, 10px);
  color: #333;
}
.video-card .row .video-card-box {
  padding: 45px 0;
  margin-bottom: 30px;
  background-color: #333;
}
.video-card .row .video-card-box .video-row {
  display: flex;
}
.video-card .row .video-card-box .video-row .disappear:nth-child(1n+3) {
  display: none;
}
.video-card .row .video-card-box .video-row .video-box {
  margin-right: 100px;
}
.video-card .row .video-card-box .video-row .video-box .video-boxs video {
  width: 100%;
  height: auto;
}
.video-card .row .video-card-box .video-row .video-right-box {
  margin: 0 15px;
  width: 500px;
}
.video-card .row .video-card-box .video-row .video-right-box .title {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}
.video-card .row .video-card-box .video-row .video-right-box .desc {
  margin-bottom: 10px;
}

.video-boxs .pv-skin-blue .pv-controls .pv-controls-right {
  position: absolute;
  right: 10px;
  top: -33px;
  height: 48px;
}

.video-boxs .pv-skin-blue .pv-controls .pv-controls-right > * {
  display: inline-block;
  height: 100%;
  vertical-align: inherit;
  position: relative;
}

.pv-control-wrap-style,
.pv-control-wrap-style2 {
  bottom: 80% !important;
}

@media (max-width: 768px) {
  .video-boxs .pv-skin-blue .pv-controls .pv-controls-right {
    position: absolute;
    right: 10px;
    top: -10px;
    height: 48px;
  }
  .video-boxs .pv-skin-blue .pv-controls .pv-controls-right > * {
    display: inline-block;
    height: 100%;
    vertical-align: baseline;
    position: relative;
  }
  .video-card .video-card-box .row .video-right-box .title {
    margin: 20px 0 20px 0;
  }
}
.video-card .video-card-box .row .video-right-box .title {
  font-size: 30px;
  color: #30384A;
  font-weight: bold;
  margin: 0.9em 0 0.9em 0;
  line-height: 1.2;
}

.video-card .video-card-box .row .video-right-box .time {
  font-size: 16px;
  color: #686868;
  margin: 0 0 20px 0;
}

.video-card .video-card-box .row .video-right-box .desc {
  font-size: 14px;
  color: #686868;
  margin: 27px 0 20px 0;
  position: relative;
}
.video-card .video-card-box .row .video-right-box .desc p {
  padding-bottom: 10px;
}
.video-card .video-card-box .row .video-right-box .desc ul {
  position: relative;
}
.video-card .video-card-box .row .video-right-box .desc ul li {
  text-indent: 20px;
  padding-bottom: 10px;
}
.video-card .video-card-box .row .video-right-box .desc ul li::before {
  position: absolute;
  flex-shrink: 0;
  left: 0;
  transform: translateY(4px);
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background: url("../images/gbos/project/iconfont.svg") no-repeat;
}

@media (max-width: 1025px) {
  .video-boxs > div > div {
    z-index: 0;
    height: 56.333vw !important;
    width: 100% !important;
  }
}
@media (max-width: 675px) {
  .video-card .row .video-texts .desc {
    font-size: 12px !important;
  }
}
.player-responsive .pv-video-player {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1.7647058824;
}
.player-responsive div[id^=container] {
  width: 110% !important;
  height: 100% !important;
  aspect-ratio: 1.7647058824;
  z-index: 0;
}

.disappear-more-than-2:nth-child(1n+3) {
  display: none;
}

.disappear-more-than-4:nth-child(1n+5) {
  display: none;
}

.video-index .video-index-top {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.video-index .video-index-top .select-left {
  z-index: 80;
  background-color: #fff;
}
.video-index .video-index-top .input-dis {
  position: absolute;
  right: 0;
}
@media (max-width: 1231px) {
  .video-index .video-index-top .input-dis {
    display: none;
  }
}
.video-index .video-card-box:hover .play-btn1 {
  display: none !important;
}
.video-index .video-card-box:hover .play-btn2 {
  display: block !important;
}
.video-index .video-card {
  margin-top: 80px;
}
.video-index .video-card .row .video-card-box {
  background-color: #f4f5f7;
  padding: 15px;
}
.video-index .video-card .row .video-card-box .video-b {
  position: relative;
  margin: auto;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.video-index .video-card .row .video-card-box .video-b .top-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.video-index .video-card .row .video-card-box .video-b .play-btn1 img,
.video-index .video-card .row .video-card-box .video-b .play-btn2 img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.video-index .video-card .row .video-card-box .video-b .play-btn2 {
  display: none;
}
.video-index .video-card .row .video-card-box .title {
  color: #333;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 46px;
}

.input-comment {
  position: relative;
  width: 262.22px;
}
.input-comment a .inner-input {
  width: 262.22px;
  /*background-color: #000000;*/
  padding-right: 65px;
  border: 1px solid #cacaca;
}
.input-comment .top-input-btn {
  position: absolute;
  right: 10px;
  top: 12px;
  cursor: pointer;
  color: #000;
}

.fa-search2:before {
  content: "\f002";
  color: #D80012 !important;
}

.drop {
  width: 150px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  transition: width 0.5s;
  will-change: width;
  border: 1px solid #cacaca;
  font-size: 14px;
}
.drop .option {
  padding: 14px 25px 14px 34px;
  cursor: pointer;
}
.drop .option:not(.active) {
  display: none;
  opacity: 0;
  transform: translateY(-50%);
}
.drop.visible {
  animation: bounce 1s;
  width: 200px;
}
.drop.visible:before {
  opacity: 0;
}
.drop.visible:after {
  opacity: 1;
}
.drop.visible .option {
  display: block;
}
.drop.opacity .option {
  transform: translateZ(0);
  opacity: 1;
}
.drop.opacity .option:nth-child(0) {
  transition: opacity 0.5s 0s, transform 0.5s 0s;
}
.drop.opacity .option:nth-child(1) {
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
}
.drop.opacity .option:nth-child(2) {
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
}
.drop.opacity .option:nth-child(3) {
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
.drop.opacity .option:nth-child(4) {
  transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
}
.drop.opacity .option:nth-child(5) {
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}
.drop.opacity .option:nth-child(6) {
  transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
}
.drop.opacity .option:nth-child(7) {
  transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
}
.drop.opacity .option:nth-child(8) {
  transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
}
.drop.opacity .option:nth-child(9) {
  transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
}
.drop.withBG .option {
  transition: background-color 0.1s;
}
.drop:after, .drop:before {
  content: "";
  position: absolute;
  top: 1.5em;
  right: 1em;
  width: 0.75em;
  height: 0.75em;
  border: 0.2em solid #000;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: opacity 0.2s;
}
.drop:before {
  border-left: none;
  border-top: none;
  top: 1.2em;
}
.drop:after {
  border-right: none;
  border-bottom: none;
  opacity: 0;
}

.drop.active {
  overflow-y: scroll;
  height: 180px;
}

.mini-hack {
  opacity: 0;
  transform: translateY(-50%);
}

@media (max-width: 960px) {
  .baidumap .row .baidumap-left {
    padding-right: 15px !important;
  }
}
.baidumap .row .baidumap-left {
  padding-right: 0;
}
@media (max-width: 960px) {
  .baidumap .row .baidumap-right-box {
    padding-left: 15px !important;
  }
}
.baidumap .row .baidumap-right-box {
  padding-left: 0;
}
.baidumap .row .baidumap-right-box .baidumap-right {
  padding: 70px 25px;
  background-color: #333333;
  color: #FFFFFF;
  height: 100%;
}
.baidumap .row .baidumap-right-box .baidumap-right .top-title .line {
  margin-top: 10px;
  height: 2px;
  width: 50px;
  background-color: #D80012;
}
.baidumap .row .baidumap-right-box .baidumap-right .desc-box {
  margin-top: 50px;
  font-size: 18px;
}
.baidumap .row .baidumap-right-box .baidumap-right .desc-box .desc {
  padding: 10px;
}

.video-node-card {
  margin-bottom: 20px;
  color: #000;
}
.video-node-card .img-box {
  border: 1px solid #cacaca;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.video-node-card .img-box img {
  object-fit: contain;
  width: 318px;
  height: 220px;
}

.container-main {
  background-image: url("../images/gbos/project/layer-back.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.swiper-dongtai .desc-left {
  width: 1012px;
}
@media (min-width: 992px) {
  .swiper-dongtai .news-trends-pc {
    display: flex;
  }
  .swiper-dongtai .news-trends {
    display: none;
  }
  .swiper-dongtai .desc-right {
    margin: auto;
    margin-left: -150px;
    position: relative;
  }
  .swiper-dongtai .desc-right .desc-box {
    width: 538px;
  }
}
@media (max-width: 992px) {
  .swiper-dongtai .news-trends-pc {
    display: none;
  }
  .swiper-dongtai .news-trends {
    display: block;
  }
}

.swiper-dongtai-top {
  margin-bottom: 50px;
}
.swiper-dongtai-top .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-dongtai-top .swiper-slide {
  width: 100px !important;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-dongtai-top .swiper-slide .title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #fff;
  color: #BD0000;
  cursor: pointer;
}
.swiper-dongtai-top .swiper-slide-thumb-active .title-box {
  background-color: #333 !important;
  color: #fff !important;
  position: relative;
}
.swiper-dongtai-top .swiper-slide-thumb-active .title-box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border-bottom: 2px solid #BD0000;
}

.swiper-banner {
  position: relative;
}
.swiper-banner .banner1 {
  width: 100%;
  height: 76vh;
  min-height: 512px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.swiper-banner .banner1 .heading-box {
  position: absolute;
  top: 250px;
  color: #fff;
}
@media (min-width: 768px) {
  .swiper-banner .banner1 .heading-box {
    padding-left: 6rem;
  }
}
.swiper-banner .banner1 .heading-box a {
  color: #fff;
}
.swiper-banner .banner1 .heading-box .heading {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 1rem;
}
.swiper-banner .banner1 .heading-box .sub_heading {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 2.5rem;
}
.swiper-banner .banner1 .heading-box .header-more__btn {
  width: 130px;
  height: 48px;
  background-color: #d6222b;
  padding: 25px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-banner .banner1 .heading-box .header-more__btn::after {
  content: " >";
  color: #fff;
  padding-left: 5px;
}
.swiper-banner .banner1 .heading-box .header-more__btn:hover {
  width: 130px;
  height: 48px;
  background-color: #fff;
  padding: 25px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d6222b;
}
.swiper-banner .banner1 .heading-box .header-more__btn:hover::after {
  content: " >";
  color: #d6222b;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .swiper-banner .banner1 .heading-box {
    position: absolute;
    color: #fff;
  }
  .swiper-banner .banner1 .heading-box .heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 0 25px;
  }
  .swiper-banner .banner1 .heading-box .sub_heading {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 30px;
    padding: 0 25px;
  }
  .swiper-banner .banner1 .heading-box .header-more__btn {
    margin-left: 25px;
    background-color: #d6222b;
    padding: 25px 15px;
  }
}
.swiper-banner .banner-svg2 {
  padding-top: 35vh;
  width: 30vw;
}
.swiper-banner .ReadDetailsBtn2 {
  background-color: #ff1c24;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 46px;
}
.swiper-banner .ReadDetailsBtn2 img {
  margin-right: 10px;
}
.swiper-banner .swiper-button-prev:after,
.swiper-banner .swiper-button-next:after {
  content: "";
}
.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
  position: absolute;
  z-index: 6;
  bottom: auto;
  top: calc(50% + 84.5px);
  width: 2.5em;
  transform: translateY(-50%);
  height: 4.37em;
  opacity: 1;
  transition: 0.1s;
  right: 1.56%;
  left: auto;
  background: rgba(255, 255, 255, 0.08) url(../images/arr_3.png) no-repeat center/0.75em auto;
}
.swiper-banner .swiper-button-prev {
  left: 1.56%;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}
.swiper-banner .swiper-button-next:hover,
.swiper-banner .swiper-button-prev:hover {
  background-color: #ce0000;
}
.swiper-banner .swiper-pagination {
  left: 0;
  right: 0;
  width: auto;
  margin-bottom: 1.56%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  margin: 0 0.4em;
  border: 1px solid #ce0000;
  width: 12px;
  height: 12px;
  background-color: transparent;
  opacity: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ce0000;
}

.Img-box {
  position: absolute;
  bottom: 25px;
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
  width: 72px;
}
.Img-box img {
  display: none;
}

.swip:hover .Img-box img {
  display: block !important;
  position: absolute;
  bottom: 33px;
  right: 0;
  left: 0;
  margin: auto;
  width: 72px;
  height: 72px;
}
@media (max-width: 768px) {
  .swip:hover .Img-box img {
    position: absolute;
    bottom: 8.5vh !important;
    right: 0;
    left: 0;
    margin: auto;
    width: 15vw !important;
    height: 15vw !important;
  }
}

@media (max-width: 768px) {
  .header {
    height: 80px !important;
  }
  .header .nav-wrap {
    padding-top: 0.125em;
  }
  .header .flat-show-search {
    transform: translateY(-7px);
  }
  .logo {
    margin-top: 1.44em;
    margin-left: 0.25em;
  }
  .dark-logo img {
    width: 75%;
    height: 90%;
  }
}
@media (max-width: 768px) {
  .swiper-banner .banner1 {
    width: 100%;
    height: 53vh;
  }
}
@media (max-width: 512px) {
  .swiper-banner .banner1 {
    width: 100%;
    height: 60vh;
  }
  .header {
    height: 70px !important;
  }
  .header .nav-wrap {
    padding-top: 0.125em;
  }
  .header .flat-show-search {
    transform: translateY(-7%);
  }
  .swiper-banner .banner1 .heading-box {
    top: 50%;
  }
  .swiper-banner .banner1 .heading-box .sub_heading {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .swiper-banner .banner1 .heading-box .heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 0.3em;
  }
}
@media only screen and (max-width: 828px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
  }
}
@media only screen and (max-width: 828px) {
  .Img-box {
    display: none;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 65% !important;
  }
  .swiper-button-next {
    right: 0;
    font-size: 2.1vw;
  }
  .swiper-button-prev {
    left: 0;
    font-size: 2.1vw;
  }
  .swiper-pagination {
    margin-bottom: 4.7vw !important;
  }
}
.section-software {
  padding: 75px 0;
}
.section-software .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 44px;
  margin-top: 0;
}
.section-software .list {
  display: flex;
}
.section-software .list > div:nth-child(1) {
  flex: 1;
  margin-right: 15px;
}
.section-software .list > div:nth-child(2) {
  flex: 2;
}
.section-software .software-item {
  padding: 40px;
  margin-bottom: 15px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
}
.section-software .software-item .icon {
  width: 70px;
  height: 70px;
  margin-bottom: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section-software .software-item.cutting-1 {
  background-image: url("../images/software/6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.section-software .software-item.cutting-1 .icon {
  background-image: url("../images/software/svg/4.png");
  margin-bottom: 75px;
}
.section-software .software-item.cutting-2 {
  background-image: url("../images/software/5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.section-software .software-item.cutting-2 .icon {
  background-image: url("../images/software/svg/5.png");
  margin-bottom: 75px;
}
.section-software .software-item.cutting {
  background-image: url("../images/software/1.png");
}
.section-software .software-item.cutting .icon {
  background-image: url("../images/software/svg/1.svg");
}
.section-software .software-item.recognition {
  background-image: url("../images/software/2.png");
}
.section-software .software-item.recognition .icon {
  background-image: url("../images/software/svg/2.svg");
}
.section-software .software-item.typesetting {
  background-image: url("../images/software/3.png");
}
.section-software .software-item.typesetting .icon {
  background-image: url("../images/software/svg/3.svg");
}
.section-software .software-item.typesetting .head,
.section-software .software-item.typesetting p {
  color: rgba(255, 255, 255, 0.8);
}
.section-software .software-item.typesetting .content a {
  color: rgba(255, 255, 255, 0.8);
  border: rgba(255, 255, 255, 0.8);
}
.section-software .software-item .head {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}
.section-software .software-item p {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}
.section-software .software-item .desc {
  display: flex;
}
.section-software .software-item .content .p-box p {
  color: #666666;
}
.section-software .software-item .content .content-p2 {
  margin-right: 10vw;
}
.section-software .software-item .content a {
  width: 125px;
  flex-shrink: 0;
  display: block;
  border: solid 1px #fff;
  line-height: 40px;
  padding-left: 16px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
@media (min-width: 768px) {
  .section-software .direction-column .software-item {
    height: 100%;
    justify-content: flex-end;
  }
  .section-software .direction-column .software-item .content {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-software .direction-column .software-item .content p {
    margin-bottom: 40px;
  }
  .section-software .direction-row .software-item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .section-software .list {
    flex-direction: column;
  }
  .section-software .list .direction-column {
    margin-right: 0 !important;
  }
  .section-software .list .software-item .content {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-software .list .software-item .content p {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 768px) {
  .section-software {
    padding: 0;
  }
  .section-software .title {
    margin-top: 30px;
  }
  .software-model {
    margin-bottom: 30px;
  }
}
.iot-card {
  padding: 70px 0;
}
.iot-card .title {
  color: #333333;
  font-size: 28px;
  line-height: 32px;
}
.iot-card .desc {
  color: #666666;
  font-size: 18px;
  margin-top: 40px;
}
.iot-card .img-box {
  margin-top: 70px;
  width: 100%;
}
.iot-card .img-box img {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 15px;
}
.iot-card .img-box .icon-li {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0;
}
.iot-card .img-box .icon-li img {
  width: 15px;
  height: 15px;
  margin-bottom: 0px;
}

.demi-card {
  padding: 70px 0px;
}
.demi-card .title {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
}
.demi-card .desc {
  color: #333;
  font-size: 16px;
  margin-top: 30px;
}
.demi-card .red-desc {
  color: #e74c3c;
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
}
.demi-card .icon-li-box {
  margin-top: 50px;
  margin-bottom: 90px;
}
.demi-card .icon-li {
  color: #333333;
  font-size: 16px;
  padding: 5px 0;
}
.demi-card .icon-li img {
  width: 15px;
  height: 15px;
  margin-bottom: 0px;
}

.demi-img .icon-img {
  width: 80%;
  margin: 0 auto;
}

.field-item {
  padding: 70px 0px;
}
.field-item .title {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
}
.field-item .red-desc {
  color: #c0392b;
  font-size: 28px;
  margin-top: 30px;
  font-weight: bold;
}
.field-item .desc {
  color: #333;
  font-size: 8px;
  margin-top: 30px;
  font-weight: bold;
}
.field-item .icon-li-box {
  margin-top: 50px;
  margin-bottom: 90px;
}
.field-item .icon-li {
  color: #333333;
  font-size: 16px;
  padding: 5px 0;
}
.field-item .icon-li img {
  width: 15px;
  height: 15px;
  margin-bottom: 0px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select-lan {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #fff;
  width: 90px;
  height: 34px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 22px;
  color: #000;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: rgba(0, 0, 0, 0);
}
.select-styled:active, .select-styled.active {
  background-color: rgba(0, 0, 0, 0);
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #000 transparent;
}

.select-options {
  z-index: 1000;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgb(242.25, 242.25, 242.25);
  border-radius: 4px;
  overflow: hidden;
}
.select-options li {
  position: relative;
  margin: 0 !important;
  width: 100%;
  text-indent: 15px;
  color: #000 !important;
}
.select-options li:hover {
  color: #BD0000 !important;
  background: #f7f7f7 !important;
}
.select-options li[rel=hide] {
  display: none;
}

.icon-desc {
  margin-bottom: 30px;
  cursor: pointer;
}
.icon-desc .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #f7f7f7;
  width: 50px;
  height: 50px;
}
.icon-desc .img-box img {
  width: 25px;
  height: 25px;
}
.icon-desc .title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.icon-desc .desc {
  font-size: 16px;
  padding-right: 30px;
}
.icon-desc .desc:hover {
  color: #D80012;
}

/*背景层*/
#popLayer4 {
  display: none;
  background-color: #333;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80); /* 只支持IE6、7、8、9 */
}

/*弹出层*/
#popBox4 {
  display: none;
  background-color: #FFFFFF;
  z-index: 1101;
  width: 500px;
  height: 304px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#popBox4 .popClose a {
  text-align: right;
  padding-right: 20px;
}

#popBox4 .close {
  text-align: right;
  margin-right: 5px;
  background-color: #F8F8F8;
}
#popBox4 .close a {
  text-decoration: none;
  color: #2D2C3B;
}

@media (max-width: 768px) {
  #popBox4 {
    display: none;
    background-color: #FFFFFF;
    z-index: 1101;
    width: 100%;
    height: 304px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  #popBox4 .popClose a {
    text-align: right;
    padding-right: 20px;
  }
}
.erweima__contact .erweima__pc {
  width: 161px;
  height: 194px;
  position: fixed;
  right: 2vw;
  top: 70%;
  z-index: 99;
}
@media (max-width: 768px) {
  .erweima__contact .erweima__pc {
    display: none;
  }
}

.erweima__contact_phone {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  margin: auto;
  z-index: 1000;
}
.erweima__contact_phone .erweima__phone {
  width: 161px;
  height: 194px;
}

.erweima_btn {
  width: 90px;
  height: 110px;
  position: fixed;
  right: 4vw;
  top: 80%;
  z-index: 1002;
}

@media (min-width: 768px) {
  .erweima_btn {
    display: none;
  }
}
.model-6 .service {
  margin: 0 auto;
  border: 1px solid #e50113;
  border-bottom: none;
  border-radius: 20px 20px 0px 0px;
}
.model-6 .service-desc {
  width: 192px;
  height: 50px;
  background-color: #e50113;
  text-align: center;
  line-height: 50px;
  border-radius: 3px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  top: -25px;
}
.model-6 .support-icon {
  margin: 0 auto;
  justify-content: space-between;
  align-items: baseline;
}
.model-6 .support-icon .img-icon .desc {
  color: #333;
  padding-top: 15px;
  min-height: 70px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .model-6 .support-icon {
    justify-content: space-between !important;
  }
  .model-6 .support-icon .jiantou {
    display: none;
  }
  .model-6 .support-icon .img-icon {
    width: 33.33%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 15px;
  }
}
.model-6 .support-icon .img-icon {
  margin-bottom: 20px;
}
.error404 {
  padding: 70px 0 100px 0;
}
.error404 .error-box {
  margin: 0 auto;
}
.error404 .error-box .error-img {
  margin: 0 auto;
  width: 70%;
}
.error404 .error-box .error-img img {
  width: 100%;
}
.error404 .error-box h3 {
  font-size: 28px;
  text-align: center;
  margin: 20px 0 10px 0;
}
.error404 .error-box .error-reason {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}
.error404 .error-box .error-desc {
  margin: 0 auto;
  width: 40%;
}
.error404 .error-box .error-desc img {
  width: 100%;
}
.error404 .error-box .error-btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.error404 .error-box .error-btn .error-link {
  background-color: #d50212;
  padding: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.error404 .error-box .error-btn .error-link span {
  padding-right: 10px;
}
.error404 .error-box .error-btn .error-link .error-arrows {
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
}

.software-showcase {
  padding: 60px 0;
}
.software-showcase .section-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 44px;
  margin-top: 0;
  color: #333;
}
.software-showcase .software-content {
  display: flex;
  flex-wrap: wrap;
}
.software-showcase .software-content .list {
  padding: 30px;
  width: 50%;
  background-color: #f1f1f1;
}
.software-showcase .software-content .list .software-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.software-showcase .software-content .list .software-ul .li_title {
  border-bottom: solid 1px #d1d1d1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.software-showcase .software-content .list .software-ul .li_title a {
  line-height: 36px;
  color: #949494;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s;
}
.software-showcase .software-content .list .software-ul .li_title a:hover {
  text-decoration: none;
  color: #333;
}
.software-showcase .software-content .list .software-ul .li_title a.active {
  font-weight: bold;
  color: #333;
}
.software-showcase .software-content .detail {
  width: 50%;
  min-height: 226px;
  background-color: #515151;
  color: #fff;
}
.software-showcase .software-content .detail .content {
  height: 100%;
}
.software-showcase .software-content .detail .content img {
  width: 100%;
}
.software-showcase .software-content .detail .content p {
  color: #fff;
  margin: 0;
  padding: 20px;
}

.term-product-card {
  margin-bottom: 30px;
}
.term-product-card .term-desc-p {
  margin-bottom: 10px;
}
.term-product-card .term-desc-p .term-desc-p-ul {
  display: flex;
  flex-wrap: wrap;
}
.term-product-card .term-desc-p .term-desc-p-ul li {
  color: #333333;
  width: 33.333333%;
}
.term-product-card .term-desc-p .term-desc-p-ul li img {
  width: 15px;
  height: 14px;
  margin-right: 10px;
}

.descript {
  width: 1410px;
  height: 100%;
  background-color: #f1f1f1;
  max-width: 100%;
  font-size: 16px;
}

.descript .text {
  padding: 25px;
  line-height: 1.5;
}

.term-product-card-img .disappear:nth-child(1n+9) {
  display: none;
}
.term-product-card-img .term-product-card-imgbox {
  margin-bottom: 30px;
}

.term-product-card-bottom {
  height: 100%;
}
.term-product-card-bottom .term-product-bottom-cardbox {
  max-width: 100%;
}
.term-product-card-bottom .disappear:nth-child(1n+3) {
  display: none;
}
.term-product-card-bottom .term-product-bottom-title {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.term-product-card-bottom .term-product-bottom-card .term-product-bottom-imgbox {
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.term-product-card-bottom .term-product-bottom-card .term-product-bottom-imgbox img {
  width: 100%;
  height: 100%;
}
.term-product-card-bottom .term-product-bottom-card .term-product-bottom-desc {
  color: #333;
  font-size: 22px;
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 50%;
  }
}
.term-product-bottom-card .text {
  display: block;
  width: 100%;
  padding: 25px 31px;
  background-color: #fff;
}

.box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-bottom: 50px;
  gap: 20px;
}
.box .product {
  width: 100%;
  height: 458px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .box .product {
    width: calc(25% - 15px);
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #f1f1f1;
  }
}

.box .product:nth-child(n+5) {
  display: none;
}
@media (max-width: 577px) {
  .box .product:nth-child(n+4) {
    display: none;
  }
}

.png {
  text-align: center;
  width: 314px;
  height: 296px;
  flex-shrink: 0;
  max-width: 100%;
}
@media (max-width: 1025px) {
  .png {
    min-width: 100%;
  }
}

.png img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.text-boxs {
  width: 100%;
  height: 160px;
  background-color: #f1f1f1;
}

.texts {
  font-size: 18px;
  padding-left: 16px;
  padding-top: 8px;
  color: #666;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
}

.model {
  padding-top: 18px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 18px;
  color: #333;
  font-family: Arial;
}

.details {
  display: flex;
  gap: 3px;
  border: 1px solid #bd0000;
  width: 80px;
  height: 35px;
  margin-top: 34px;
  margin-left: 18px;
  line-height: 35px;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #bd0000;
}
.details:hover {
  background-color: #bd0000;
  color: white;
}

.details-text {
  padding-left: 10px;
}

.details-img {
  width: 14px;
  height: 14px;
  transform: translate(14px, 9px);
}

.mores {
  width: 172px;
  display: flex;
  flex-wrap: wrap;
  height: 56px;
  margin: auto;
  border: 1px solid #bd0000;
  color: #bd0000;
  gap: 10px;
  justify-content: center;
  align-content: center;
  align-items: baseline;
  margin-bottom: 10px;
  margin-top: 50px;
}
.mores:hover {
  background-color: #bd0000;
  color: white;
  cursor: pointer;
}

.more-text {
  font-size: 16px;
}

.mores-img {
  width: 11px;
  height: 11px;
}

@media (max-width: 768px) {
  .video-boxs .pv-skin-blue .pv-controls .pv-controls-right {
    position: absolute;
    right: 10px;
    top: -10px;
    height: 48px;
  }
  .video-boxs .pv-skin-blue .pv-controls .pv-controls-right > * {
    display: inline-block;
    height: 100%;
    vertical-align: baseline;
    position: relative;
  }
  .video-card .video-card-box .row .video-right-box .title {
    margin: 20px 0 20px 0;
  }
}
@media (max-width: 1025px) {
  #porduct-more {
    margin-left: -85px;
    margin-top: 500px;
  }
  .term-product-card-bottom .term-product-bottom-card .term-product-bottom-desc {
    font-size: 16px;
  }
}
.player-responsive .pv-video-player {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1.7647058824;
  z-index: 0;
}
.player-responsive div[id^=container] {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1.7647058824;
  z-index: 0;
}

@media (max-width: 768px) {
  .header {
    height: 80px !important;
  }
  .header .nav-wrap {
    padding-top: 0.125em;
  }
  .header .flat-show-search {
    transform: translateY(-7px);
  }
  .logo {
    margin-top: 1.44em;
    margin-left: 0.25em;
  }
  .dark-logo img,
  .light-logo img {
    width: 75%;
    height: 90%;
  }
}
.title_new {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.term-product-card-bottom button {
  height: initial;
  line-height: initial;
}

.modules-tools .modules-views-element {
  padding: 60px 0 0;
}
.modules-tools .modules-views-element .modules-block-title {
  text-align: center;
  background: none;
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 8px;
}
.modules-tools .modules-views-element .modules-block-title span {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}
.modules-tools .modules-block-content .modules-list .view-comtent-wrap {
  display: flex;
  flex-wrap: wrap;
}
.modules-tools .modules-block-content .modules-list .view-comtent-wrap .view-comtent-item {
  width: 33.3%;
  padding: 15px;
}
.modules-tools .modules-block-content .modules-list .view-comtent-wrap .view-comtent-item .module-item {
  background-color: #f2f2f2;
  padding: 25px;
}
.modules-tools .modules-block-content .modules-list .view-comtent-wrap .view-comtent-item .module-item .title {
  margin-bottom: 10px;
}
.modules-tools .modules-block-content .modules-list .view-comtent-wrap .view-comtent-item .module-item .title a {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.modules-tools .modules-block-content .modules-list .view-comtent-wrap .view-comtent-item .module-item .desc {
  margin-bottom: 20px;
}
.modules-tools .modules-block-content .modules-list .view-comtent-wrap .view-comtent-item .module-item .desc a {
  color: #666;
  font-size: 14px;
}
.modules-tools .modules-block-content .modules-list .view-comtent-wrap .view-comtent-item .module-item .model {
  font-size: 14px;
  color: #949494;
  margin-bottom: 15px;
}
.modules-tools .modules-block-content .modules-list .view-comtent-wrap .view-comtent-item .module-item .cover {
  margin: 0 auto 15px;
  width: 80%;
}
.modules-tools .modules-block-content .modules-list .view-comtent-wrap .view-comtent-item .module-item .cover .cover-imgbox {
  height: 312px;
  object-fit: cover;
}
.modules-tools .modules-block-content .modules-list .view-comtent-wrap .view-comtent-item .module-item .cover .cover-imgbox img {
  width: 100%;
  height: 100%;
}
.modules-tools .modules-block-content .modules-list .view-comtent-wrap .view-comtent-item .module-item .more {
  margin-top: 20px;
}
.modules-tools .modules-block-content .modules-list .view-comtent-wrap .view-comtent-item .module-item .more a {
  background-color: #fff;
  display: block;
  font-size: 12px;
  line-height: 44px;
  padding-left: 18px;
  color: #DE0012;
  border: solid 1px #DE0012;
  border-radius: 2px;
  width: 168px;
  cursor: pointer;
}
.modules-tools .pager-card {
  padding: 30px 0 50px 0;
}

@media (max-width: 768px) {
  .modules-tools .modules-block-content .modules-list .view-comtent-wrap .view-comtent-item .module-item .cover .cover-imgbox {
    height: 212px;
  }
}
.product-module-main .layout-twocol-section {
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0;
}
.product-module-main .layout-twocol-section .layout__region--second {
  padding: 0 40px;
}
.product-module-main .layout-twocol-section .layout__region--second .content-title {
  margin-bottom: 10px;
}
.product-module-main .layout-twocol-section .layout__region--second .content-title span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
}
.product-module-main .layout-twocol-section .layout__region--second .field-type-string {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333333;
}
.product-module-main .layout-twocol-section .layout__region--second .field--type-text-with-summary {
  margin-bottom: 30px;
}
.product-module-main .layout-twocol-section .layout__region--second .field-specifications .field--name-field-specifications {
  margin-bottom: 36px;
}
.product-module-main .layout-twocol-section .layout__region--second .field-specifications .field--name-field-specifications .field__item {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333333;
}
.product-module-main .layout-twocol-section .layout__region--second .field-specifications .field--name-field-specifications .field__item::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../images/gbos/project/iconfont.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

@media (max-width: 768px) {
  .product-module-main .layout-twocol-section .layout__region--second {
    padding: 40px;
  }
}
.rgba1x1 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  height: 0;
}
.rgba1x1 .img-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}
.rgba1x1 .img-box img {
  width: 100%;
  height: 100%;
}

.rgba2x1 {
  padding-bottom: 50%;
  width: 100%;
  position: relative;
  height: 0;
}
.rgba2x1 .img-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}
.rgba2x1 .img-box img {
  width: 100%;
  height: 100%;
}

.rgba3x2 {
  padding-bottom: 66.666666%;
  width: 100%;
  position: relative;
  height: 0;
}
.rgba3x2 .img-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}
.rgba3x2 .img-box img {
  width: 100%;
  height: 100%;
}

.rgba4x3 {
  padding-bottom: 75%;
  width: 100%;
  position: relative;
  height: 0;
}
.rgba4x3 .img-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}
.rgba4x3 .img-box img {
  width: 100%;
  height: 100%;
}

.rgba8x5 {
  padding-bottom: 62.5%;
  width: 100%;
  position: relative;
  height: 0;
}
.rgba8x5 .img-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}
.rgba8x5 .img-box img {
  width: 100%;
  height: 100%;
}

.rgba5x3 {
  padding-bottom: 60%;
  width: 100%;
  position: relative;
  height: 0;
}
.rgba5x3 .img-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}
.rgba5x3 .img-box img {
  width: 100%;
  height: 100%;
}

.rgba16x9 {
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
  height: 0;
}
.rgba16x9 .img-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}
.rgba16x9 .img-box img {
  width: 100%;
  height: 100%;
}

.rgba16x10 {
  padding-bottom: 62.5%;
  width: 100%;
  position: relative;
  height: 0;
}
.rgba16x10 .img-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}
.rgba16x10 .img-box img {
  width: 100%;
  height: 100%;
}

.rgba12x5 {
  padding-bottom: 42.6644%;
  width: 100%;
  position: relative;
  height: 0;
}
.rgba12x5 .img-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}
.rgba12x5 .img-box img {
  width: 100%;
  height: 100%;
}

.rgba1012x626 {
  padding-bottom: 61.8577%;
  width: 100%;
  position: relative;
  height: 0;
}
.rgba1012x626 .img-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}
.rgba1012x626 .img-box img {
  width: 100%;
  height: 100%;
}

.product-top {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.product-top a:after {
  content: ">";
}
.product-top a:last-child:after {
  content: "";
}

@media (max-width: 960px) {
  .accordion-list01 {
    width: 100%;
  }
}
#block-biaoqian {
  width: 1440px;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#block-biaoqian ul {
  display: flex;
  background-color: #f7f7f7;
  padding: 15px;
}
#block-biaoqian ul li {
  padding: 0 10px;
}
#block-biaoqian ul li a {
  color: #666;
}
#block-biaoqian ul li a:hover {
  color: #000;
}

#block-zhuyeneirong {
  width: 1440px;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#block-zhuyeneirong h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding: 40px 25px 10px 25px;
}
#block-zhuyeneirong article {
  padding: 0 25px 40px 25px;
}
#block-zhuyeneirong article .js-form-item {
  display: flex;
  align-items: center;
}
#block-zhuyeneirong article .js-form-item .label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

@media (min-width: 576px) {
  #block-biaoqian {
    max-width: 540px;
  }
  #block-zhuyeneirong {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #block-biaoqian {
    max-width: 720px;
  }
  #block-zhuyeneirong {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #block-biaoqian {
    max-width: 960px;
  }
  #block-zhuyeneirong {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #block-biaoqian {
    max-width: 1140px;
  }
  #block-zhuyeneirong {
    max-width: 1140px;
  }
}
#block-biaoqian {
  width: 1440px;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#block-zhuyeneirong {
  width: 1440px;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.image-category-selector {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 0.875rem;
  padding: 0.5rem 0 0.6rem 0;
  margin-bottom: 1.2rem;
}
.image-category-selector::-webkit-scrollbar {
  -webkit-appearance: none;
}
.image-category-selector::-webkit-scrollbar:vertical {
  width: 6px;
}
.image-category-selector::-webkit-scrollbar:horizontal {
  height: 6px;
}
.image-category-selector::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}
@media (min-width: 567px) {
  .image-category-selector {
    overflow: initial;
    flex-wrap: wrap;
    padding-bottom: 1.8rem;
    margin-bottom: 0;
  }
}
.image-category-selector__item {
  display: flex;
  height: 3rem;
  color: #717171;
  border: 1px solid #717171;
  padding: 0 1rem;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  transition: all 0.3s;
}
.image-category-selector__item__icon {
  width: 1.25rem;
  height: 1.25rem;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #ce0000;
  transition: all 0.3s;
}
.image-category-selector__item__label {
  font-size: 1rem;
  white-space: nowrap;
}
.image-category-selector__item[aria-selected=true], .image-category-selector__item:hover {
  background-color: #ce0000;
  border-color: #ce0000;
  color: white;
}
.image-category-selector__item[aria-selected=true] .image-category-selector__item__icon, .image-category-selector__item:hover .image-category-selector__item__icon {
  background-color: white;
}
.image-category-selector__more {
  width: 172px;
  display: flex;
  height: 56px;
  margin: auto;
  flex-wrap: wrap;
  border: 1px solid #ce0000;
  color: #ce0000;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 15px;
}
.image-category-selector__more:hover {
  background-color: #ce0000;
  color: white;
  cursor: pointer;
}
.image-category-selector__more .more-text,
.image-category-selector__more .less-text {
  font-size: 1rem;
}
.image-category-selector__more .more-text {
  display: none;
}
.image-category-selector__more .less-text {
  display: block;
}
.image-category-selector__more .more-icon {
  margin-left: 10px;
  width: 11px;
  height: 11px;
}
.image-category-selector__more[data-can-more=true] .more-text {
  display: block;
}
.image-category-selector__more[data-can-more=true] .less-text {
  display: none;
}

.title-underline {
  position: relative;
}
.title-underline::after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 0.125rem;
  background-color: #ce0000;
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
}

.fxxking-page-anchor-for-fixing-stupid-problem {
  position: absolute;
  top: -69px;
  left: 50%;
}

.product-description h1,
.product-description h2,
.product-description h3,
.product-description p {
  line-height: calc(100% + 0.75rem);
}
.product-description .text-danger {
  font-size: 20px;
}
.product-description p {
  font-size: 16px;
}
.product-description h1,
.product-description h2,
.product-description h3,
.product-description .text-danger {
  margin-bottom: 0.75rem;
}

@media (min-width: 1296px) {
  .container {
    max-width: 1296px;
  }
}

.dis-box {
  display: none;
}
.dis-box .footer-wrap {
  position: relative;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 85%;
  height: 65px;
  margin: auto;
  gap: 12px;
  justify-content: space-around;
}
.dis-box .footer-wrap .logobox {
  z-index: 88;
  width: 172px;
  height: 43px;
  border: 1px solid red;
  border-radius: 20px;
  line-height: 43px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dis-box .footer-wrap .logobox a {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.dis-box .footer-wrap .logobox a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.dis-box .footer-wrap .logobox a .logo-text {
  font-size: 14px;
  color: #333;
}

@media (max-width: 786px) {
  /* 在此处放置仅适用于手机端的CSS样式 */
  .dis-box {
    display: block;
  }
  .only-three-show-in-mobile:nth-child(n+4) {
    display: none;
  }
  .settingcookie {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
